#AF1C54

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

Shades of Jazzberry Jam #AF1C54

Tints of Jazzberry Jam #AF1C54

Color information

#AF1C54 (or 0xAF1C54) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1C and 54. RGB value is (175,28,84). Sum of RGB (Red+Green+Blue) = 175+28+84=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1C54 is #50E3AB. Grayscale: #4E4E4E. Windows color (decimal): -5301164 or 5512367. OLE color: 5512367.

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

Color convert

RGB1752884-
CMYK00.840.520.31
HSL337.14º72.41%39.8%-
HSV(B)337.14º84%68.63%-
XYZ19.6910.589.39-
YUV78.34131.2196.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 28 (11.33% from 255) = 9.76%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=60.98%
G=9.76%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175288400.840.520.31337.1472.4139.8
HexAF1C54054341F1514828
Octal257341240124643752111050
Binary1010111111100101010001010100110100111111010100011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1C54; }

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

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

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

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

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

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

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

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