#AF0A47

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

Shades of Jazzberry Jam #AF0A47

Tints of Jazzberry Jam #AF0A47

Color information

#AF0A47 (or 0xAF0A47) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0A and 47. RGB value is (175,10,71). Sum of RGB (Red+Green+Blue) = 175+10+71=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A47 is #50F5B8. Grayscale: #424242. Windows color (decimal): -5305785 or 4655791. OLE color: 4655791.

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

Color convert

RGB1751071-
CMYK00.940.590.31
HSL337.82º89.19%36.27%-
HSV(B)337.82º94.29%68.63%-
XYZ18.939.796.85-
YUV66.29130.66205.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.36%
GREEN value IS 10 (4.30% from 255) = 3.91%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=68.36%
G=3.91%
B=27.73%

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
Decimal175107100.940.590.31337.8289.1936.27
HexAFA4705E3B1F1525924
Octal257121070136733752213144
Binary101011111010100011101011110111011111111010100101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A47; }

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

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

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

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

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

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

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

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