Html Css Color HEX #AA0E58 Jazzberry Jam

📋 copy color: '#AA0E58'

red 170 ◦ green 14 ◦ blue 88

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

Shades of Jazzberry Jam #AA0E58

Tints of Jazzberry Jam #AA0E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.35%

R = 62.5%
G = 5.15%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA0E58 (or 0xAA0E58) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 58. RGB value is (170,14,88). Sum of RGB (Red+Green+Blue) = 170+14+88=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E58 is #55F1A7. Grayscale: #444444. Windows color (decimal): -5632424 or 5770922. OLE color: 5770922.

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

Color convert

RGB 170 14 88 -
CMYK 0 0.92 0.48 0.33
HSL 331.54º 0.85% 0.36% -
HSV(B) 331.54º 0.92% 0.67% -
XYZ 18.5 9.56 10.1 -
YUV 69.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 170 14 88 0 0.92 0.48 0.33 331.54 0.85 0.36
Hex AA E 58 0 5C 30 21 14C 55 24
Octal 252 16 130 0 134 60 41 514 125 44
Binary 10101010 1110 1011000 0 1011100 110000 100001 101001100 1010101 100100

Color Harmonies of #AA0E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E58

Black with #AA0E58

Text Example


Text Example

White with #AA0E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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