#AA0143

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

Shades of Jazzberry Jam #AA0143

Tints of Jazzberry Jam #AA0143

Color information

#AA0143 (or 0xAA0143) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 01 and 43. RGB value is (170,1,67). Sum of RGB (Red+Green+Blue) = 170+1+67=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0143 is #55FEBC. Grayscale: #3A3A3A. Windows color (decimal): -5635773 or 4391338. OLE color: 4391338.

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

Color convert

RGB170167-
CMYK00.990.610.33
HSL336.57º98.83%33.53%-
HSV(B)336.57º99.41%66.67%-
XYZ17.68.976.11-
YUV59.06132.49207.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 67 (26.56% from 255) = 28.15%
R=71.43%
G=0.42%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016700.990.610.33336.5798.8333.53
HexAA1430633D211516322
Octal25211030143754152114342
Binary1010101011000011011000111111011000011010100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0143; }

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

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

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

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

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

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

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

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