#AA0F42

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

Shades of Jazzberry Jam #AA0F42

Tints of Jazzberry Jam #AA0F42

Color information

#AA0F42 (or 0xAA0F42) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0F and 42. RGB value is (170,15,66). Sum of RGB (Red+Green+Blue) = 170+15+66=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F42 is #55F0BD. Grayscale: #434343. Windows color (decimal): -5632190 or 4329386. OLE color: 4329386.

HSL color Cylindrical-coordinate representation of color #AA0F42: hue angle of 340.26º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F42 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1701566-
CMYK00.910.610.33
HSL340.26º83.78%36.27%-
HSV(B)340.26º91.18%66.67%-
XYZ17.739.286.01-
YUV67.16127.35201.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.73%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=67.73%
G=5.98%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170156600.910.610.33340.2683.7836.27
HexAAF4205B3D211545424
Octal252171020133754152412444
Binary1010101011111000010010110111111011000011010101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F42; }

 p { color: rgb(170,15,66); }

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

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

 a { background-color: rgb(170,15,66); }

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

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

 span { border-color: rgb(170,15,66); }

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