#AF0D73

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

Shades of Jazzberry Jam #AF0D73

Tints of Jazzberry Jam #AF0D73

Color information

#AF0D73 (or 0xAF0D73) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0D and 73. RGB value is (175,13,115). Sum of RGB (Red+Green+Blue) = 175+13+115=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0D73 is #50F28C. Grayscale: #484848. Windows color (decimal): -5304973 or 7540143. OLE color: 7540143.

HSL color Cylindrical-coordinate representation of color #AF0D73: hue angle of 322.22º degrees, saturation: 0.86, 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 #AF0D73 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17513115-
CMYK00.930.340.31
HSL322.22º86.17%36.86%-
HSV(B)322.22º92.57%68.63%-
XYZ20.9210.6417.17-
YUV73.07151.67200.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.76%
GREEN value IS 13 (5.47% from 255) = 4.29%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=57.76%
G=4.29%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751311500.930.340.31322.2286.1736.86
HexAFD7305D221F1425625
Octal257151630135423750212645
Binary101011111101111001101011101100010111111010000101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0D73; }

 p { color: rgb(175,13,115); }

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

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

 a { background-color: rgb(175,13,115); }

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

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

 span { border-color: rgb(175,13,115); }

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