#AD509E

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

Shades of Violet Blue #AD509E

Tints of Violet Blue #AD509E

Color information

#AD509E (or 0xAD509E) is unknown color: approx Violet Blue. HEX triplet: AD, 50 and 9E. RGB value is (173,80,158). Sum of RGB (Red+Green+Blue) = 173+80+158=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD509E is #52AF61. Grayscale: #747474. Windows color (decimal): -5418850 or 10375341. OLE color: 10375341.

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

Color convert

RGB17380158-
CMYK00.540.090.32
HSL309.68º36.76%49.61%-
HSV(B)309.68º53.76%67.84%-
XYZ26.2717.0934.26-
YUV116.7151.31168.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=42.09%
G=19.46%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738015800.540.090.32309.6836.7649.61
HexAD509E0369201362532
Octal25512023606611404664562
Binary1010110110100001001111001101101001100000100110110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD509E; }

 p { color: rgb(173,80,158); }

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

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

 a { background-color: rgb(173,80,158); }

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

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

 span { border-color: rgb(173,80,158); }

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