#AF1A51

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

Shades of Jazzberry Jam #AF1A51

Tints of Jazzberry Jam #AF1A51

Color information

#AF1A51 (or 0xAF1A51) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1A and 51. RGB value is (175,26,81). Sum of RGB (Red+Green+Blue) = 175+26+81=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A51 is #50E5AE. Grayscale: #4C4C4C. Windows color (decimal): -5301679 or 5315247. OLE color: 5315247.

HSL color Cylindrical-coordinate representation of color #AF1A51: hue angle of 337.85º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A51 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1752681-
CMYK00.850.540.31
HSL337.85º74.13%39.41%-
HSV(B)337.85º85.14%68.63%-
XYZ19.5310.458.77-
YUV76.82130.36198.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=62.06%
G=9.22%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175268100.850.540.31337.8574.1339.41
HexAF1A51055361F1524a27
Octal257321210125663752211247
Binary1010111111010101000101010101110110111111010100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1A51; }

 p { color: rgb(175,26,81); }

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

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

 a { background-color: rgb(175,26,81); }

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

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

 span { border-color: rgb(175,26,81); }

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