#AF1958

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

Shades of Jazzberry Jam #AF1958

Tints of Jazzberry Jam #AF1958

Color information

#AF1958 (or 0xAF1958) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 19 and 58. RGB value is (175,25,88). Sum of RGB (Red+Green+Blue) = 175+25+88=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1958 is #50E6A7. Grayscale: #4C4C4C. Windows color (decimal): -5301928 or 5773743. OLE color: 5773743.

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

Color convert

RGB1752588-
CMYK00.860.500.31
HSL334.8º75%39.22%-
HSV(B)334.8º85.71%68.63%-
XYZ19.7910.5110.22-
YUV77.03134.2197.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.76%
GREEN value IS 25 (10.16% from 255) = 8.68%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=60.76%
G=8.68%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175258800.860.500.31334.87539.22
HexAF1958056321F14f4b27
Octal257311300126623751711347
Binary1010111111001101100001010110110010111111010011111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1958; }

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

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

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

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

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

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

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

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