Html Css Color HEX #AA1864 Jazzberry Jam

📋 copy color: '#AA1864'

red 170 ◦ green 24 ◦ blue 100

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

Shades of Jazzberry Jam #AA1864

Tints of Jazzberry Jam #AA1864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 57.82%
G = 8.16%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA1864 (or 0xAA1864) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 64. RGB value is (170,24,100). Sum of RGB (Red+Green+Blue) = 170+24+100=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1864 is #55E79B. Grayscale: #4C4C4C. Windows color (decimal): -5629852 or 6559914. OLE color: 6559914.

HSL color Cylindrical-coordinate representation of color #AA1864: hue angle of 328.77º 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 #AA1864 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 100 -
CMYK 0 0.86 0.41 0.33
HSL 328.77º 0.75% 0.38% -
HSV(B) 328.77º 0.86% 0.67% -
XYZ 19.2 10.12 13 -
YUV 76.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 170 24 100 0 0.86 0.41 0.33 328.77 0.75 0.38
Hex AA 18 64 0 56 29 21 149 4B 26
Octal 252 30 144 0 126 51 41 511 113 46
Binary 10101010 11000 1100100 0 1010110 101001 100001 101001001 1001011 100110

Color Harmonies of #AA1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1864

Black with #AA1864

Text Example


Text Example

White with #AA1864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1864; }

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

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

background-color css

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

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

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

border-color css

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

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

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