Html Css Color HEX #AA0E5A Jazzberry Jam

📋 copy color: '#AA0E5A'

red 170 ◦ green 14 ◦ blue 90

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

Shades of Jazzberry Jam #AA0E5A

Tints of Jazzberry Jam #AA0E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.85%

R = 62.04%
G = 5.11%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA0E5A (or 0xAA0E5A) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 5A. RGB value is (170,14,90). Sum of RGB (Red+Green+Blue) = 170+14+90=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E5A is #55F1A5. Grayscale: #454545. Windows color (decimal): -5632422 or 5901994. OLE color: 5901994.

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

Color convert

RGB 170 14 90 -
CMYK 0 0.92 0.47 0.33
HSL 330.77º 0.85% 0.36% -
HSV(B) 330.77º 0.92% 0.67% -
XYZ 18.58 9.6 10.55 -
YUV 69.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 170 14 90 0 0.92 0.47 0.33 330.77 0.85 0.36
Hex AA E 5A 0 5C 2F 21 14B 55 24
Octal 252 16 132 0 134 57 41 513 125 44
Binary 10101010 1110 1011010 0 1011100 101111 100001 101001011 1010101 100100

Color Harmonies of #AA0E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E5A

Black with #AA0E5A

Text Example


Text Example

White with #AA0E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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