#af005e

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

Shades of Jazzberry Jam #AF005E

Tints of Jazzberry Jam #AF005E

Color information

#AF005E (or 0xAF005E) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 00 and 5E. RGB value is (175,0,94). Sum of RGB (Red+Green+Blue) = 175+0+94=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF005E is #50FFA1. Grayscale: #3E3E3E. Windows color (decimal): -5308322 or 6160559. OLE color: 6160559.

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

Color convert

RGB175094-
CMYK010.460.31
HSL327.77º100%34.31%-
HSV(B)327.77º100%68.63%-
XYZ19.79.9211.47-
YUV63.04145.48207.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 34.94%
R=65.06%
G=0%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175094010.460.31327.7710034.31
HexAF05E0642E1F1486422
Octal25701360144563751014442
Binary101011110101111001100100101110111111010010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af005e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af005e; }

 p { color: rgb(175,0,94); }

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

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

 a { background-color: rgb(175,0,94); }

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

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

 span { border-color: rgb(175,0,94); }

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