Html Css Color HEX #AA0E5D Jazzberry Jam

📋 copy color: '#AA0E5D'

red 170 ◦ green 14 ◦ blue 93

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

Shades of Jazzberry Jam #AA0E5D

Tints of Jazzberry Jam #AA0E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 61.37%
G = 5.05%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA0E5D (or 0xAA0E5D) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 5D. RGB value is (170,14,93). Sum of RGB (Red+Green+Blue) = 170+14+93=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E5D is #55F1A2. Grayscale: #454545. Windows color (decimal): -5632419 or 6098602. OLE color: 6098602.

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

Color convert

RGB 170 14 93 -
CMYK 0 0.92 0.45 0.33
HSL 329.62º 0.85% 0.36% -
HSV(B) 329.62º 0.92% 0.67% -
XYZ 18.71 9.65 11.23 -
YUV 69.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 170 14 93 0 0.92 0.45 0.33 329.62 0.85 0.36
Hex AA E 5D 0 5C 2D 21 14A 55 24
Octal 252 16 135 0 134 55 41 512 125 44
Binary 10101010 1110 1011101 0 1011100 101101 100001 101001010 1010101 100100

Color Harmonies of #AA0E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E5D

Black with #AA0E5D

Text Example


Text Example

White with #AA0E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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