#AF0E75

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

Shades of Jazzberry Jam #AF0E75

Tints of Jazzberry Jam #AF0E75

Color information

#AF0E75 (or 0xAF0E75) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0E and 75. RGB value is (175,14,117). Sum of RGB (Red+Green+Blue) = 175+14+117=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0E75 is #50F18A. Grayscale: #494949. Windows color (decimal): -5304715 or 7671471. OLE color: 7671471.

HSL color Cylindrical-coordinate representation of color #AF0E75: hue angle of 321.61º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0E75 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17514117-
CMYK00.920.330.31
HSL321.61º85.19%37.06%-
HSV(B)321.61º92%68.63%-
XYZ21.0510.7117.79-
YUV73.88152.34200.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 14 (5.86% from 255) = 4.58%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=57.19%
G=4.58%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751411700.920.330.31321.6185.1937.06
HexAFE7505C211F1425525
Octal257161650134413750212545
Binary101011111110111010101011100100001111111010000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0E75; }

 p { color: rgb(175,14,117); }

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

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

 a { background-color: rgb(175,14,117); }

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

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

 span { border-color: rgb(175,14,117); }

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