Html Css Color HEX #AA1878 Jazzberry Jam

📋 copy color: '#AA1878'

red 170 ◦ green 24 ◦ blue 120

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

Shades of Jazzberry Jam #AA1878

Tints of Jazzberry Jam #AA1878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 54.14%
G = 7.64%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA1878 (or 0xAA1878) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 78. RGB value is (170,24,120). Sum of RGB (Red+Green+Blue) = 170+24+120=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1878 is #55E787. Grayscale: #4E4E4E. Windows color (decimal): -5629832 or 7870634. OLE color: 7870634.

HSL color Cylindrical-coordinate representation of color #AA1878: hue angle of 320.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1878 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 120 -
CMYK 0 0.86 0.29 0.33
HSL 320.55º 0.75% 0.38% -
HSV(B) 320.55º 0.86% 0.67% -
XYZ 20.29 10.56 18.74 -
YUV 78.6 151.37 193.19 -
System Red Green Blue C M Y K H S L
Decimal 170 24 120 0 0.86 0.29 0.33 320.55 0.75 0.38
Hex AA 18 78 0 56 1D 21 141 4B 26
Octal 252 30 170 0 126 35 41 501 113 46
Binary 10101010 11000 1111000 0 1010110 11101 100001 101000001 1001011 100110

Color Harmonies of #AA1878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1878

Black with #AA1878

Text Example


Text Example

White with #AA1878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1878; }

 p { color: rgb(170,24,120); }

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

background-color css

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

 a { background-color: rgb(170,24,120); }

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

border-color css

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

 span { border-color: rgb(170,24,120); }

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