#AF57A3

Color #AF57A3 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AF57A3

Tints of Violet Blue #AF57A3

Color information

#AF57A3 (or 0xAF57A3) is unknown color: approx Violet Blue. HEX triplet: AF, 57 and A3. RGB value is (175,87,163). Sum of RGB (Red+Green+Blue) = 175+87+163=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF57A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57A3 is #50A85C. Grayscale: #797979. Windows color (decimal): -5285981 or 10704815. OLE color: 10704815.

HSL color Cylindrical-coordinate representation of color #AF57A3: hue angle of 308.18º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF57A3 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17587163-
CMYK00.500.070.31
HSL308.18º35.48%51.37%-
HSV(B)308.18º50.29%68.63%-
XYZ27.718.5736.78-
YUV121.98151.15165.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 163 (64.06% from 255) = 38.35%
R=41.18%
G=20.47%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758716300.500.070.31308.1835.4851.37
HexAF57A303271F1342333
Octal2571272430627374644363
Binary10101111101011110100011011001011111111100110100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF57A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF57A3; }

 p { color: rgb(175,87,163); }

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

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

 a { background-color: rgb(175,87,163); }

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

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

 span { border-color: rgb(175,87,163); }

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