#AF1E6C

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

Shades of Jazzberry Jam #AF1E6C

Tints of Jazzberry Jam #AF1E6C

Color information

#AF1E6C (or 0xAF1E6C) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1E and 6C. RGB value is (175,30,108). Sum of RGB (Red+Green+Blue) = 175+30+108=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E6C is #50E193. Grayscale: #525252. Windows color (decimal): -5300628 or 7085743. OLE color: 7085743.

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

Color convert

RGB17530108-
CMYK00.830.380.31
HSL327.72º70.73%40.2%-
HSV(B)327.72º82.86%68.63%-
XYZ20.8511.1315.24-
YUV82.25142.54194.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=55.91%
G=9.58%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753010800.830.380.31327.7270.7340.2
HexAF1E6C053261F1484728
Octal257361540123463751010750
Binary1010111111110110110001010011100110111111010010001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1E6C; }

 p { color: rgb(175,30,108); }

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

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

 a { background-color: rgb(175,30,108); }

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

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

 span { border-color: rgb(175,30,108); }

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