Html Css Color HEX #AA145A Jazzberry Jam

📋 copy color: '#AA145A'

red 170 ◦ green 20 ◦ blue 90

#AA145A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AA145A

Tints of Jazzberry Jam #AA145A

RGB

 RED value IS 170 (66.8% from 255) = 60.71%

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 60.71%
G = 7.14%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA145A (or 0xAA145A) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 5A. RGB value is (170,20,90). Sum of RGB (Red+Green+Blue) = 170+20+90=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA145A is #55EBA5. Grayscale: #484848. Windows color (decimal): -5630886 or 5903530. OLE color: 5903530.

HSL color Cylindrical-coordinate representation of color #AA145A: hue angle of 332º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA145A is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 90 -
CMYK 0 0.88 0.47 0.33
HSL 332º 0.79% 0.37% -
HSV(B) 332º 0.88% 0.67% -
XYZ 18.67 9.78 10.58 -
YUV 72.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 170 20 90 0 0.88 0.47 0.33 332 0.79 0.37
Hex AA 14 5A 0 58 2F 21 14C 4F 25
Octal 252 24 132 0 130 57 41 514 117 45
Binary 10101010 10100 1011010 0 1011000 101111 100001 101001100 1001111 100101

Color Harmonies of #AA145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA145A

Black with #AA145A

Text Example


Text Example

White with #AA145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA145A; }

 p { color: rgb(170,20,90); }

 H1.HeaderClassName
 {
   color: #AA145A;
 }
 .AnyTagClassName
 {
   color: #AA145A;
 }
</style>

background-color css

<style>
 a { background-color: #AA145A; }

 a { background-color: rgb(170,20,90); }

 div.DivClassName
 {
   background-color: #AA145A;
 }
 .BgClassName
 {
   background-color: #AA145A;
 }
</style>

border-color css

<style>
 span { border-color: #AA145A; }

 span { border-color: rgb(170,20,90); }

 td.TdClassName
 {
   border-color: #AA145A;
 }
 .TagClassName
 {
   border-color: #AA145A;
 }
</style>