Html Css Color HEX #AA036A Jazzberry Jam

📋 copy color: '#AA036A'

red 170 ◦ green 3 ◦ blue 106

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

Shades of Jazzberry Jam #AA036A

Tints of Jazzberry Jam #AA036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 60.93%
G = 1.08%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA036A (or 0xAA036A) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 6A. RGB value is (170,3,106). Sum of RGB (Red+Green+Blue) = 170+3+106=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA036A is #55FC95. Grayscale: #404040. Windows color (decimal): -5635222 or 6947754. OLE color: 6947754.

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

Color convert

RGB 170 3 106 -
CMYK 0 0.98 0.38 0.33
HSL 322.99º 0.97% 0.34% -
HSV(B) 322.99º 0.98% 0.67% -
XYZ 19.21 9.65 14.49 -
YUV 64.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 170 3 106 0 0.98 0.38 0.33 322.99 0.97 0.34
Hex AA 3 6A 0 62 26 21 143 61 22
Octal 252 3 152 0 142 46 41 503 141 42
Binary 10101010 11 1101010 0 1100010 100110 100001 101000011 1100001 100010

Color Harmonies of #AA036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA036A

Black with #AA036A

Text Example


Text Example

White with #AA036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA036A; }

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

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

background-color css

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

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

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

border-color css

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

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

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