#AF136C

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

Shades of Jazzberry Jam #AF136C

Tints of Jazzberry Jam #AF136C

Color information

#AF136C (or 0xAF136C) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 13 and 6C. RGB value is (175,19,108). Sum of RGB (Red+Green+Blue) = 175+19+108=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF136C is #50EC93. Grayscale: #4B4B4B. Windows color (decimal): -5303444 or 7082927. OLE color: 7082927.

HSL color Cylindrical-coordinate representation of color #AF136C: hue angle of 325.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF136C is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17519108-
CMYK00.890.380.31
HSL325.77º80.41%38.04%-
HSV(B)325.77º89.14%68.63%-
XYZ20.6210.6615.16-
YUV75.79146.18198.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 19 (7.81% from 255) = 6.29%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=57.95%
G=6.29%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751910800.890.380.31325.7780.4138.04
HexAF136C059261F1465026
Octal257231540131463750612046
Binary1010111110011110110001011001100110111111010001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF136C; }

 p { color: rgb(175,19,108); }

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

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

 a { background-color: rgb(175,19,108); }

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

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

 span { border-color: rgb(175,19,108); }

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