#AF1E61

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

Shades of Jazzberry Jam #AF1E61

Tints of Jazzberry Jam #AF1E61

Color information

#AF1E61 (or 0xAF1E61) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1E and 61. RGB value is (175,30,97). Sum of RGB (Red+Green+Blue) = 175+30+97=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E61 is #50E19E. Grayscale: #505050. Windows color (decimal): -5300639 or 6364847. OLE color: 6364847.

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

Color convert

RGB1753097-
CMYK00.830.450.31
HSL332.28º70.73%40.2%-
HSV(B)332.28º82.86%68.63%-
XYZ20.310.9112.34-
YUV80.99137.04195.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=57.95%
G=9.93%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175309700.830.450.31332.2870.7340.2
HexAF1E610532D1F14c4728
Octal257361410123553751410750
Binary1010111111110110000101010011101101111111010011001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1E61; }

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

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

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

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

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

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

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

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