#AF0A60

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

Shades of Jazzberry Jam #AF0A60

Tints of Jazzberry Jam #AF0A60

Color information

#AF0A60 (or 0xAF0A60) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0A and 60. RGB value is (175,10,96). Sum of RGB (Red+Green+Blue) = 175+10+96=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0A60 is #50F59F. Grayscale: #444444. Windows color (decimal): -5305760 or 6294191. OLE color: 6294191.

HSL color Cylindrical-coordinate representation of color #AF0A60: hue angle of 328.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A60 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1751096-
CMYK00.940.450.31
HSL328.73º89.19%36.27%-
HSV(B)328.73º94.29%68.63%-
XYZ19.910.1811.98-
YUV69.14143.16203.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.28%
GREEN value IS 10 (4.30% from 255) = 3.56%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=62.28%
G=3.56%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175109600.940.450.31328.7389.1936.27
HexAFA6005E2D1F1495924
Octal257121400136553751113144
Binary101011111010110000001011110101101111111010010011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A60; }

 p { color: rgb(175,10,96); }

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

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

 a { background-color: rgb(175,10,96); }

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

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

 span { border-color: rgb(175,10,96); }

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