#AF0C49

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

Shades of Jazzberry Jam #AF0C49

Tints of Jazzberry Jam #AF0C49

Color information

#AF0C49 (or 0xAF0C49) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0C and 49. RGB value is (175,12,73). Sum of RGB (Red+Green+Blue) = 175+12+73=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C49 is #50F3B6. Grayscale: #434343. Windows color (decimal): -5305271 or 4787375. OLE color: 4787375.

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

Color convert

RGB1751273-
CMYK00.930.580.31
HSL337.55º87.17%36.67%-
HSV(B)337.55º93.14%68.63%-
XYZ19.019.867.2-
YUV67.69131204.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.31%
GREEN value IS 12 (5.08% from 255) = 4.62%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=67.31%
G=4.62%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175127300.930.580.31337.5587.1736.67
HexAFC4905D3A1F1525725
Octal257141110135723752212745
Binary101011111100100100101011101111010111111010100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0C49; }

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

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

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

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

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

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

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

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