Html Css Color HEX #AA1E66 Jazzberry Jam

📋 copy color: '#AA1E66'

red 170 ◦ green 30 ◦ blue 102

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

Shades of Jazzberry Jam #AA1E66

Tints of Jazzberry Jam #AA1E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.93%

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 56.29%
G = 9.93%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA1E66 (or 0xAA1E66) is known color: Jazzberry Jam. HEX triplet: AA, 1E and 66. RGB value is (170,30,102). Sum of RGB (Red+Green+Blue) = 170+30+102=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1E66 is #55E199. Grayscale: #4F4F4F. Windows color (decimal): -5628314 or 6692522. OLE color: 6692522.

HSL color Cylindrical-coordinate representation of color #AA1E66: hue angle of 329.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E66 is Cyan = 0, Magento = 0.82, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 102 -
CMYK 0 0.82 0.4 0.33
HSL 329.14º 0.7% 0.39% -
HSV(B) 329.14º 0.82% 0.67% -
XYZ 19.44 10.43 13.56 -
YUV 80.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 170 30 102 0 0.82 0.4 0.33 329.14 0.7 0.39
Hex AA 1E 66 0 52 28 21 149 46 27
Octal 252 36 146 0 122 50 41 511 106 47
Binary 10101010 11110 1100110 0 1010010 101000 100001 101001001 1000110 100111

Color Harmonies of #AA1E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E66

Black with #AA1E66

Text Example


Text Example

White with #AA1E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E66; }

 p { color: rgb(170,30,102); }

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

background-color css

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

 a { background-color: rgb(170,30,102); }

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

border-color css

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

 span { border-color: rgb(170,30,102); }

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