#AF53A4

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

Shades of Violet Blue #AF53A4

Tints of Violet Blue #AF53A4

Color information

#AF53A4 (or 0xAF53A4) is unknown color: approx Violet Blue. HEX triplet: AF, 53 and A4. RGB value is (175,83,164). Sum of RGB (Red+Green+Blue) = 175+83+164=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53A4 is #50AC5B. Grayscale: #777777. Windows color (decimal): -5287004 or 10769327. OLE color: 10769327.

HSL color Cylindrical-coordinate representation of color #AF53A4: hue angle of 307.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF53A4 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17583164-
CMYK00.530.060.31
HSL307.17º36.51%50.59%-
HSV(B)307.17º52.57%68.63%-
XYZ27.4717.9837.14-
YUV119.74152.98167.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 83 (32.81% from 255) = 19.67%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=41.47%
G=19.67%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758316400.530.060.31307.1736.5150.59
HexAF53A403561F1332533
Octal2571232440656374634563
Binary10101111101001110100100011010111011111100110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF53A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF53A4; }

 p { color: rgb(175,83,164); }

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

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

 a { background-color: rgb(175,83,164); }

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

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

 span { border-color: rgb(175,83,164); }

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