#AF086D

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

Shades of Jazzberry Jam #AF086D

Tints of Jazzberry Jam #AF086D

Color information

#AF086D (or 0xAF086D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 08 and 6D. RGB value is (175,8,109). Sum of RGB (Red+Green+Blue) = 175+8+109=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF086D is #50F792. Grayscale: #454545. Windows color (decimal): -5306259 or 7145647. OLE color: 7145647.

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

Color convert

RGB1758109-
CMYK00.950.380.31
HSL323.71º91.26%35.88%-
HSV(B)323.71º95.43%68.63%-
XYZ20.5310.3915.39-
YUV69.45150.33203.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 8 (3.52% from 255) = 2.74%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=59.93%
G=2.74%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175810900.950.380.31323.7191.2635.88
HexAF86D05F261F1445b24
Octal257101550137463750413344
Binary101011111000110110101011111100110111111010001001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF086D; }

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

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

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

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

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

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

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

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