#AA0167

Color #AA0167 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA0167

Tints of Jazzberry Jam #AA0167

Color information

#AA0167 (or 0xAA0167) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 01 and 67. RGB value is (170,1,103). Sum of RGB (Red+Green+Blue) = 170+1+103=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0167 is #55FE98. Grayscale: #3E3E3E. Windows color (decimal): -5635737 or 6750634. OLE color: 6750634.

HSL color Cylindrical-coordinate representation of color #AA0167: hue angle of 323.79º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0167 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB1701103-
CMYK00.990.390.33
HSL323.79º98.83%33.53%-
HSV(B)323.79º99.41%66.67%-
XYZ19.049.5513.67-
YUV63.16150.49204.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=62.04%
G=0.36%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170110300.990.390.33323.7998.8333.53
HexAA16706327211446322
Octal25211470143474150414342
Binary1010101011100111011000111001111000011010001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0167; }

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

 H1.HeaderClassName
 {
   color: #AA0167;
 }
 .AnyTagClassName
 {
   color: #AA0167;
 }
</style>
background-color css

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

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

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

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

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

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