#AF0057

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

Shades of Jazzberry Jam #AF0057

Tints of Jazzberry Jam #AF0057

Color information

#AF0057 (or 0xAF0057) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 00 and 57. RGB value is (175,0,87). Sum of RGB (Red+Green+Blue) = 175+0+87=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0057 is #50FFA8. Grayscale: #3E3E3E. Windows color (decimal): -5308329 or 5701807. OLE color: 5701807.

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

Color convert

RGB175087-
CMYK010.500.31
HSL330.17º100%34.31%-
HSV(B)330.17º100%68.63%-
XYZ19.49.89.89-
YUV62.24141.98208.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=66.79%
G=0%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175087010.500.31330.1710034.31
HexAF057064321F14a6422
Octal25701270144623751214442
Binary101011110101011101100100110010111111010010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0057; }

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

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

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

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

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

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

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

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