Html Css Color HEX #AA1868 Jazzberry Jam

📋 copy color: '#AA1868'

red 170 ◦ green 24 ◦ blue 104

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

Shades of Jazzberry Jam #AA1868

Tints of Jazzberry Jam #AA1868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 57.05%
G = 8.05%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA1868 (or 0xAA1868) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 68. RGB value is (170,24,104). Sum of RGB (Red+Green+Blue) = 170+24+104=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1868 is #55E797. Grayscale: #4C4C4C. Windows color (decimal): -5629848 or 6822058. OLE color: 6822058.

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

Color convert

RGB 170 24 104 -
CMYK 0 0.86 0.39 0.33
HSL 327.12º 0.75% 0.38% -
HSV(B) 327.12º 0.86% 0.67% -
XYZ 19.4 10.2 14.04 -
YUV 76.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 170 24 104 0 0.86 0.39 0.33 327.12 0.75 0.38
Hex AA 18 68 0 56 27 21 147 4B 26
Octal 252 30 150 0 126 47 41 507 113 46
Binary 10101010 11000 1101000 0 1010110 100111 100001 101000111 1001011 100110

Color Harmonies of #AA1868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1868

Black with #AA1868

Text Example


Text Example

White with #AA1868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1868; }

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

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

background-color css

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

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

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

border-color css

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

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

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