#AD54AF

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

Shades of Violet Blue #AD54AF

Tints of Violet Blue #AD54AF

Color information

#AD54AF (or 0xAD54AF) is unknown color: approx Violet Blue. HEX triplet: AD, 54 and AF. RGB value is (173,84,175). Sum of RGB (Red+Green+Blue) = 173+84+175=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD54AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54AF is #52AB50. Grayscale: #787878. Windows color (decimal): -5417809 or 11490477. OLE color: 11490477.

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

Color convert

RGB17384175-
CMYK0.010.5200.31
HSL298.68º36.25%50.78%-
HSV(B)298.68º52%68.63%-
XYZ28.1418.3242.61-
YUV120.98158.49165.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173841750.010.5200.31298.6836.2550.78
HexAD54AF13401F12b2433
Octal2551242571640374534463
Binary101011011010100101011111110100011111100101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD54AF; }

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

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

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

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

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

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

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

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