#AF0056

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

Shades of Jazzberry Jam #AF0056

Tints of Jazzberry Jam #AF0056

Color information

#AF0056 (or 0xAF0056) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 00 and 56. RGB value is (175,0,86). Sum of RGB (Red+Green+Blue) = 175+0+86=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0056 is #50FFA9. Grayscale: #3D3D3D. Windows color (decimal): -5308330 or 5636271. OLE color: 5636271.

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

Color convert

RGB175086-
CMYK010.510.31
HSL330.51º100%34.31%-
HSV(B)330.51º100%68.63%-
XYZ19.369.799.67-
YUV62.13141.48208.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=67.05%
G=0%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175086010.510.31330.5110034.31
HexAF056064331F14b6422
Octal25701260144633751314442
Binary101011110101011001100100110011111111010010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0056; }

 p { color: rgb(175,0,86); }

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

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

 a { background-color: rgb(175,0,86); }

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

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

 span { border-color: rgb(175,0,86); }

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