Html Css Color HEX #AA036C Jazzberry Jam

📋 copy color: '#AA036C'

red 170 ◦ green 3 ◦ blue 108

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

Shades of Jazzberry Jam #AA036C

Tints of Jazzberry Jam #AA036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 60.5%
G = 1.07%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA036C (or 0xAA036C) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 6C. RGB value is (170,3,108). Sum of RGB (Red+Green+Blue) = 170+3+108=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA036C is #55FC93. Grayscale: #404040. Windows color (decimal): -5635220 or 7078826. OLE color: 7078826.

HSL color Cylindrical-coordinate representation of color #AA036C: hue angle of 322.28º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA036C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 108 -
CMYK 0 0.98 0.36 0.33
HSL 322.28º 0.97% 0.34% -
HSV(B) 322.28º 0.98% 0.67% -
XYZ 19.32 9.69 15.04 -
YUV 64.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 170 3 108 0 0.98 0.36 0.33 322.28 0.97 0.34
Hex AA 3 6C 0 62 24 21 142 61 22
Octal 252 3 154 0 142 44 41 502 141 42
Binary 10101010 11 1101100 0 1100010 100100 100001 101000010 1100001 100010

Color Harmonies of #AA036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA036C

Black with #AA036C

Text Example


Text Example

White with #AA036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA036C; }

 p { color: rgb(170,3,108); }

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

background-color css

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

 a { background-color: rgb(170,3,108); }

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

border-color css

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

 span { border-color: rgb(170,3,108); }

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