#AF1166

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

Shades of Jazzberry Jam #AF1166

Tints of Jazzberry Jam #AF1166

Color information

#AF1166 (or 0xAF1166) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 11 and 66. RGB value is (175,17,102). Sum of RGB (Red+Green+Blue) = 175+17+102=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1166 is #50EE99. Grayscale: #494949. Windows color (decimal): -5303962 or 6689199. OLE color: 6689199.

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

Color convert

RGB17517102-
CMYK00.900.420.31
HSL327.72º82.29%37.65%-
HSV(B)327.72º90.29%68.63%-
XYZ20.2810.4713.52-
YUV73.93143.85200.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 17 (7.03% from 255) = 5.78%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=59.52%
G=5.78%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751710200.900.420.31327.7282.2937.65
HexAF116605A2A1F1485226
Octal257211460132523751012246
Binary1010111110001110011001011010101010111111010010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1166; }

 p { color: rgb(175,17,102); }

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

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

 a { background-color: rgb(175,17,102); }

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

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

 span { border-color: rgb(175,17,102); }

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