Html Css Color HEX #AA0B73 Jazzberry Jam

📋 copy color: '#AA0B73'

red 170 ◦ green 11 ◦ blue 115

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

Shades of Jazzberry Jam #AA0B73

Tints of Jazzberry Jam #AA0B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 57.43%
G = 3.72%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA0B73 (or 0xAA0B73) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 73. RGB value is (170,11,115). Sum of RGB (Red+Green+Blue) = 170+11+115=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B73 is #55F48C. Grayscale: #464646. Windows color (decimal): -5633165 or 7539626. OLE color: 7539626.

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

Color convert

RGB 170 11 115 -
CMYK 0 0.94 0.32 0.33
HSL 320.75º 0.88% 0.35% -
HSV(B) 320.75º 0.94% 0.67% -
XYZ 19.79 10.02 17.11 -
YUV 70.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 170 11 115 0 0.94 0.32 0.33 320.75 0.88 0.35
Hex AA B 73 0 5E 20 21 141 58 23
Octal 252 13 163 0 136 40 41 501 130 43
Binary 10101010 1011 1110011 0 1011110 100000 100001 101000001 1011000 100011

Color Harmonies of #AA0B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B73

Black with #AA0B73

Text Example


Text Example

White with #AA0B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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