#AF0D49

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

Shades of Jazzberry Jam #AF0D49

Tints of Jazzberry Jam #AF0D49

Color information

#AF0D49 (or 0xAF0D49) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0D and 49. RGB value is (175,13,73). Sum of RGB (Red+Green+Blue) = 175+13+73=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D49 is #50F2B6. Grayscale: #444444. Windows color (decimal): -5305015 or 4787631. OLE color: 4787631.

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

Color convert

RGB1751373-
CMYK00.930.580.31
HSL337.78º86.17%36.86%-
HSV(B)337.78º92.57%68.63%-
XYZ19.039.887.21-
YUV68.28130.67204.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=67.05%
G=4.98%
B=27.97%

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
Decimal175137300.930.580.31337.7886.1736.86
HexAFD4905D3A1F1525625
Octal257151110135723752212645
Binary101011111101100100101011101111010111111010100101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0D49; }

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

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

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

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

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

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

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

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