#AF53A5

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

Shades of Violet Blue #AF53A5

Tints of Violet Blue #AF53A5

Color information

#AF53A5 (or 0xAF53A5) is unknown color: approx Violet Blue. HEX triplet: AF, 53 and A5. RGB value is (175,83,165). Sum of RGB (Red+Green+Blue) = 175+83+165=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53A5 is #50AC5A. Grayscale: #777777. Windows color (decimal): -5287003 or 10834863. OLE color: 10834863.

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

Color convert

RGB17583165-
CMYK00.530.060.31
HSL306.52º36.51%50.59%-
HSV(B)306.52º52.57%68.63%-
XYZ27.5618.0237.62-
YUV119.86153.48167.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 165 (64.84% from 255) = 39.01%
R=41.37%
G=19.62%
B=39.01%

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
Decimal1758316500.530.060.31306.5236.5150.59
HexAF53A503561F1332533
Octal2571232450656374634563
Binary10101111101001110100101011010111011111100110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF53A5; }

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

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

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

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

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

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

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

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