#AF1A56

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

Shades of Jazzberry Jam #AF1A56

Tints of Jazzberry Jam #AF1A56

Color information

#AF1A56 (or 0xAF1A56) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1A and 56. RGB value is (175,26,86). Sum of RGB (Red+Green+Blue) = 175+26+86=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A56 is #50E5A9. Grayscale: #4D4D4D. Windows color (decimal): -5301674 or 5642927. OLE color: 5642927.

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

Color convert

RGB1752686-
CMYK00.850.510.31
HSL335.84º74.13%39.41%-
HSV(B)335.84º85.14%68.63%-
XYZ19.7310.529.8-
YUV77.39132.86197.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 26 (10.55% from 255) = 9.06%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=60.98%
G=9.06%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175268600.850.510.31335.8474.1339.41
HexAF1A56055331F1504a27
Octal257321260125633752011247
Binary1010111111010101011001010101110011111111010100001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1A56; }

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

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

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

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

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

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

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

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