Html Css Color HEX #AA0E6C Jazzberry Jam

📋 copy color: '#AA0E6C'

red 170 ◦ green 14 ◦ blue 108

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

Shades of Jazzberry Jam #AA0E6C

Tints of Jazzberry Jam #AA0E6C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.79%

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

R = 58.22%
G = 4.79%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA0E6C (or 0xAA0E6C) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 6C. RGB value is (170,14,108). Sum of RGB (Red+Green+Blue) = 170+14+108=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E6C is #55F193. Grayscale: #474747. Windows color (decimal): -5632404 or 7081642. OLE color: 7081642.

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

Color convert

RGB 170 14 108 -
CMYK 0 0.92 0.36 0.33
HSL 323.85º 0.85% 0.36% -
HSV(B) 323.85º 0.92% 0.67% -
XYZ 19.44 9.94 15.08 -
YUV 71.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 170 14 108 0 0.92 0.36 0.33 323.85 0.85 0.36
Hex AA E 6C 0 5C 24 21 144 55 24
Octal 252 16 154 0 134 44 41 504 125 44
Binary 10101010 1110 1101100 0 1011100 100100 100001 101000100 1010101 100100

Color Harmonies of #AA0E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E6C

Black with #AA0E6C

Text Example


Text Example

White with #AA0E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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