#AF0A48

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

Shades of Jazzberry Jam #AF0A48

Tints of Jazzberry Jam #AF0A48

Color information

#AF0A48 (or 0xAF0A48) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0A and 48. RGB value is (175,10,72). Sum of RGB (Red+Green+Blue) = 175+10+72=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A48 is #50F5B7. Grayscale: #424242. Windows color (decimal): -5305784 or 4721327. OLE color: 4721327.

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

Color convert

RGB1751072-
CMYK00.940.590.31
HSL337.45º89.19%36.27%-
HSV(B)337.45º94.29%68.63%-
XYZ18.969.87.02-
YUV66.4131.16205.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.09%
GREEN value IS 10 (4.30% from 255) = 3.89%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=68.09%
G=3.89%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175107200.940.590.31337.4589.1936.27
HexAFA4805E3B1F1515924
Octal257121100136733752113144
Binary101011111010100100001011110111011111111010100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A48; }

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

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

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

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

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

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

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

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