#AF1955

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

Shades of Jazzberry Jam #AF1955

Tints of Jazzberry Jam #AF1955

Color information

#AF1955 (or 0xAF1955) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 19 and 55. RGB value is (175,25,85). Sum of RGB (Red+Green+Blue) = 175+25+85=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1955 is #50E6AA. Grayscale: #4C4C4C. Windows color (decimal): -5301931 or 5577135. OLE color: 5577135.

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

Color convert

RGB1752585-
CMYK00.860.510.31
HSL336º75%39.22%-
HSV(B)336º85.71%68.63%-
XYZ19.6710.479.58-
YUV76.69132.7198.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 25 (10.16% from 255) = 8.77%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=61.40%
G=8.77%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175258500.860.510.313367539.22
HexAF1955056331F1504b27
Octal257311250126633752011347
Binary1010111111001101010101010110110011111111010100001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1955; }

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

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

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

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

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

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

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

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