#AF1973

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

Shades of Jazzberry Jam #AF1973

Tints of Jazzberry Jam #AF1973

Color information

#AF1973 (or 0xAF1973) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 19 and 73. RGB value is (175,25,115). Sum of RGB (Red+Green+Blue) = 175+25+115=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1973 is #50E68C. Grayscale: #4F4F4F. Windows color (decimal): -5301901 or 7543215. OLE color: 7543215.

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

Color convert

RGB17525115-
CMYK00.860.340.31
HSL324º75%39.22%-
HSV(B)324º85.71%68.63%-
XYZ21.1211.0517.24-
YUV80.11147.7195.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 25 (10.16% from 255) = 7.94%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=55.56%
G=7.94%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752511500.860.340.313247539.22
HexAF1973056221F1444b27
Octal257311630126423750411347
Binary1010111111001111001101010110100010111111010001001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1973; }

 p { color: rgb(175,25,115); }

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

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

 a { background-color: rgb(175,25,115); }

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

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

 span { border-color: rgb(175,25,115); }

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