#AD54A7

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

Shades of Violet Blue #AD54A7

Tints of Violet Blue #AD54A7

Color information

#AD54A7 (or 0xAD54A7) is unknown color: approx Violet Blue. HEX triplet: AD, 54 and A7. RGB value is (173,84,167). Sum of RGB (Red+Green+Blue) = 173+84+167=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD54A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54A7 is #52AB58. Grayscale: #777777. Windows color (decimal): -5417817 or 10966189. OLE color: 10966189.

HSL color Cylindrical-coordinate representation of color #AD54A7: hue angle of 304.04º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD54A7 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17384167-
CMYK00.510.030.32
HSL304.04º35.18%50.39%-
HSV(B)304.04º51.45%67.84%-
XYZ27.3818.0138.59-
YUV120.07154.49165.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 167 (65.62% from 255) = 39.39%
R=40.80%
G=19.81%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738416700.510.030.32304.0435.1850.39
HexAD54A70333201302332
Octal2551242470633404604362
Binary10101101101010010100111011001111100000100110000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD54A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD54A7; }

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

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

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

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

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

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

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

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