#AF0C46

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

Shades of Jazzberry Jam #AF0C46

Tints of Jazzberry Jam #AF0C46

Color information

#AF0C46 (or 0xAF0C46) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0C and 46. RGB value is (175,12,70). Sum of RGB (Red+Green+Blue) = 175+12+70=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C46 is #50F3B9. Grayscale: #434343. Windows color (decimal): -5305274 or 4590767. OLE color: 4590767.

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

Color convert

RGB1751270-
CMYK00.930.600.31
HSL338.65º87.17%36.67%-
HSV(B)338.65º93.14%68.63%-
XYZ18.929.826.69-
YUV67.35129.5204.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.09%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=68.09%
G=4.67%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175127000.930.600.31338.6587.1736.67
HexAFC4605D3C1F1535725
Octal257141060135743752312745
Binary101011111100100011001011101111100111111010100111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0C46; }

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

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

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

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

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

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

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

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