#AF136D

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

Shades of Jazzberry Jam #AF136D

Tints of Jazzberry Jam #AF136D

Color information

#AF136D (or 0xAF136D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 13 and 6D. RGB value is (175,19,109). Sum of RGB (Red+Green+Blue) = 175+19+109=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF136D is #50EC92. Grayscale: #4B4B4B. Windows color (decimal): -5303443 or 7148463. OLE color: 7148463.

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

Color convert

RGB17519109-
CMYK00.890.380.31
HSL325.38º80.41%38.04%-
HSV(B)325.38º89.14%68.63%-
XYZ20.6710.6815.44-
YUV75.9146.68198.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.76%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=57.76%
G=6.27%
B=35.97%

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
Decimal1751910900.890.380.31325.3880.4138.04
HexAF136D059261F1455026
Octal257231550131463750512046
Binary1010111110011110110101011001100110111111010001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF136D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF136D; }

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

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

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

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

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

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

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

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