#af0c6b

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

Shades of Jazzberry Jam #AF0C6B

Tints of Jazzberry Jam #AF0C6B

Color information

#AF0C6B (or 0xAF0C6B) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0C and 6B. RGB value is (175,12,107). Sum of RGB (Red+Green+Blue) = 175+12+107=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C6B is #50F394. Grayscale: #474747. Windows color (decimal): -5305237 or 7015599. OLE color: 7015599.

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

Color convert

RGB17512107-
CMYK00.930.390.31
HSL325.03º87.17%36.67%-
HSV(B)325.03º93.14%68.63%-
XYZ20.4610.4414.85-
YUV71.57148201.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 12 (5.08% from 255) = 4.08%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=59.52%
G=4.08%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751210700.930.390.31325.0387.1736.67
HexAFC6B05D271F1455725
Octal257141530135473750512745
Binary101011111100110101101011101100111111111010001011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0c6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0c6b; }

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

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

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

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

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

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

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

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