#AF1C57

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

Shades of Jazzberry Jam #AF1C57

Tints of Jazzberry Jam #AF1C57

Color information

#AF1C57 (or 0xAF1C57) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1C and 57. RGB value is (175,28,87). Sum of RGB (Red+Green+Blue) = 175+28+87=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1C57 is #50E3A8. Grayscale: #4E4E4E. Windows color (decimal): -5301161 or 5708975. OLE color: 5708975.

HSL color Cylindrical-coordinate representation of color #AF1C57: hue angle of 335.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C57 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1752887-
CMYK00.840.500.31
HSL335.92º72.41%39.8%-
HSV(B)335.92º84%68.63%-
XYZ19.8110.6310.02-
YUV78.68132.7196.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.34%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 87 (34.38% from 255) = 30%
R=60.34%
G=9.66%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175288700.840.500.31335.9272.4139.8
HexAF1C57054321F1504828
Octal257341270124623752011050
Binary1010111111100101011101010100110010111111010100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1C57; }

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

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

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

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

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

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

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

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