#AF0C59

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

Shades of Jazzberry Jam #AF0C59

Tints of Jazzberry Jam #AF0C59

Color information

#AF0C59 (or 0xAF0C59) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0C and 59. RGB value is (175,12,89). Sum of RGB (Red+Green+Blue) = 175+12+89=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C59 is #50F3A6. Grayscale: #454545. Windows color (decimal): -5305255 or 5835951. OLE color: 5835951.

HSL color Cylindrical-coordinate representation of color #AF0C59: hue angle of 331.66º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C59 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1751289-
CMYK00.930.490.31
HSL331.66º87.17%36.67%-
HSV(B)331.66º93.14%68.63%-
XYZ19.6110.110.37-
YUV69.51139203.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.41%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=63.41%
G=4.35%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175128900.930.490.31331.6687.1736.67
HexAFC5905D311F14c5725
Octal257141310135613751412745
Binary101011111100101100101011101110001111111010011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0C59; }

 p { color: rgb(175,12,89); }

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

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

 a { background-color: rgb(175,12,89); }

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

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

 span { border-color: rgb(175,12,89); }

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