Html Css Color HEX #AA0B5E Jazzberry Jam

📋 copy color: '#AA0B5E'

red 170 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #AA0B5E

Tints of Jazzberry Jam #AA0B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4%

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 61.82%
G = 4%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA0B5E (or 0xAA0B5E) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 5E. RGB value is (170,11,94). Sum of RGB (Red+Green+Blue) = 170+11+94=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B5E is #55F4A1. Grayscale: #434343. Windows color (decimal): -5633186 or 6163370. OLE color: 6163370.

HSL color Cylindrical-coordinate representation of color #AA0B5E: hue angle of 328.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B5E is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 11 94 -
CMYK 0 0.94 0.45 0.33
HSL 328.68º 0.88% 0.35% -
HSV(B) 328.68º 0.94% 0.67% -
XYZ 18.72 9.59 11.45 -
YUV 68 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 170 11 94 0 0.94 0.45 0.33 328.68 0.88 0.35
Hex AA B 5E 0 5E 2D 21 149 58 23
Octal 252 13 136 0 136 55 41 511 130 43
Binary 10101010 1011 1011110 0 1011110 101101 100001 101001001 1011000 100011

Color Harmonies of #AA0B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B5E

Black with #AA0B5E

Text Example


Text Example

White with #AA0B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B5E; }

 p { color: rgb(170,11,94); }

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

background-color css

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

 a { background-color: rgb(170,11,94); }

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

border-color css

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

 span { border-color: rgb(170,11,94); }

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