#AF54AD

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

Shades of Violet Blue #AF54AD

Tints of Violet Blue #AF54AD

Color information

#AF54AD (or 0xAF54AD) is unknown color: approx Violet Blue. HEX triplet: AF, 54 and AD. RGB value is (175,84,173). Sum of RGB (Red+Green+Blue) = 175+84+173=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF54AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54AD is #50AB52. Grayscale: #797979. Windows color (decimal): -5286739 or 11359407. OLE color: 11359407.

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

Color convert

RGB17584173-
CMYK00.520.010.31
HSL301.32º36.25%50.78%-
HSV(B)301.32º52%68.63%-
XYZ28.3918.4741.6-
YUV121.35157.15166.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=40.51%
G=19.44%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758417300.520.010.31301.3236.2550.78
HexAF54AD03411F12d2433
Octal2571242550641374554463
Binary101011111010100101011010110100111111100101101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54AD; }

 p { color: rgb(175,84,173); }

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

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

 a { background-color: rgb(175,84,173); }

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

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

 span { border-color: rgb(175,84,173); }

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