Html Css Color HEX #AA0C6F Jazzberry Jam

📋 copy color: '#AA0C6F'

red 170 ◦ green 12 ◦ blue 111

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

Shades of Jazzberry Jam #AA0C6F

Tints of Jazzberry Jam #AA0C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 58.02%
G = 4.1%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA0C6F (or 0xAA0C6F) is known color: Jazzberry Jam. HEX triplet: AA, 0C and 6F. RGB value is (170,12,111). Sum of RGB (Red+Green+Blue) = 170+12+111=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C6F is #55F390. Grayscale: #464646. Windows color (decimal): -5632913 or 7277738. OLE color: 7277738.

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

Color convert

RGB 170 12 111 -
CMYK 0 0.93 0.35 0.33
HSL 322.41º 0.87% 0.36% -
HSV(B) 322.41º 0.93% 0.67% -
XYZ 19.58 9.96 15.93 -
YUV 70.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 170 12 111 0 0.93 0.35 0.33 322.41 0.87 0.36
Hex AA C 6F 0 5D 23 21 142 57 24
Octal 252 14 157 0 135 43 41 502 127 44
Binary 10101010 1100 1101111 0 1011101 100011 100001 101000010 1010111 100100

Color Harmonies of #AA0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C6F

Black with #AA0C6F

Text Example


Text Example

White with #AA0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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