Html Css Color HEX #AA0B67 Jazzberry Jam

📋 copy color: '#AA0B67'

red 170 ◦ green 11 ◦ blue 103

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

Shades of Jazzberry Jam #AA0B67

Tints of Jazzberry Jam #AA0B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 59.86%
G = 3.87%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA0B67 (or 0xAA0B67) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 67. RGB value is (170,11,103). Sum of RGB (Red+Green+Blue) = 170+11+103=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B67 is #55F498. Grayscale: #444444. Windows color (decimal): -5633177 or 6753194. OLE color: 6753194.

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

Color convert

RGB 170 11 103 -
CMYK 0 0.94 0.39 0.33
HSL 325.28º 0.88% 0.35% -
HSV(B) 325.28º 0.94% 0.67% -
XYZ 19.15 9.76 13.71 -
YUV 69.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 170 11 103 0 0.94 0.39 0.33 325.28 0.88 0.35
Hex AA B 67 0 5E 27 21 145 58 23
Octal 252 13 147 0 136 47 41 505 130 43
Binary 10101010 1011 1100111 0 1011110 100111 100001 101000101 1011000 100011

Color Harmonies of #AA0B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B67

Black with #AA0B67

Text Example


Text Example

White with #AA0B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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