#AF194D

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

Shades of Jazzberry Jam #AF194D

Tints of Jazzberry Jam #AF194D

Color information

#AF194D (or 0xAF194D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 19 and 4D. RGB value is (175,25,77). Sum of RGB (Red+Green+Blue) = 175+25+77=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF194D is #50E6B2. Grayscale: #4B4B4B. Windows color (decimal): -5301939 or 5052847. OLE color: 5052847.

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

Color convert

RGB1752577-
CMYK00.860.560.31
HSL339.2º75%39.22%-
HSV(B)339.2º85.71%68.63%-
XYZ19.3710.358-
YUV75.78128.7198.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.18%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=63.18%
G=9.03%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175257700.860.560.31339.27539.22
HexAF194D056381F1534b27
Octal257311150126703752311347
Binary1010111111001100110101010110111000111111010100111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF194D; }

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

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

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

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

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

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

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

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