Html Css Color HEX #AA0C6A Jazzberry Jam

📋 copy color: '#AA0C6A'

red 170 ◦ green 12 ◦ blue 106

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

Shades of Jazzberry Jam #AA0C6A

Tints of Jazzberry Jam #AA0C6A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

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

R = 59.03%
G = 4.17%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA0C6A (or 0xAA0C6A) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 6A. RGB value is (170,12,106). Sum of RGB (Red+Green+Blue) = 170+12+106=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C6A is #55F395. Grayscale: #454545. Windows color (decimal): -5632918 or 6950058. OLE color: 6950058.

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

Color convert

RGB 170 12 106 -
CMYK 0 0.93 0.38 0.33
HSL 324.3º 0.87% 0.36% -
HSV(B) 324.3º 0.93% 0.67% -
XYZ 19.31 9.85 14.52 -
YUV 69.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 170 12 106 0 0.93 0.38 0.33 324.3 0.87 0.36
Hex AA C 6A 0 5D 26 21 144 57 24
Octal 252 14 152 0 135 46 41 504 127 44
Binary 10101010 1100 1101010 0 1011101 100110 100001 101000100 1010111 100100

Color Harmonies of #AA0C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C6A

Black with #AA0C6A

Text Example


Text Example

White with #AA0C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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