#AF0970

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

Shades of Jazzberry Jam #AF0970

Tints of Jazzberry Jam #AF0970

Color information

#AF0970 (or 0xAF0970) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 09 and 70. RGB value is (175,9,112). Sum of RGB (Red+Green+Blue) = 175+9+112=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0970 is #50F68F. Grayscale: #464646. Windows color (decimal): -5306000 or 7342511. OLE color: 7342511.

HSL color Cylindrical-coordinate representation of color #AF0970: hue angle of 322.77º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0970 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB1759112-
CMYK00.950.360.31
HSL322.77º90.22%36.08%-
HSV(B)322.77º94.86%68.63%-
XYZ20.710.4816.26-
YUV70.38151.5202.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=59.12%
G=3.04%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175911200.950.360.31322.7790.2236.08
HexAF97005F241F1435a24
Octal257111600137443750313244
Binary101011111001111000001011111100100111111010000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0970; }

 p { color: rgb(175,9,112); }

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

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

 a { background-color: rgb(175,9,112); }

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

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

 span { border-color: rgb(175,9,112); }

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