#AD469E

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

Shades of Violet Blue #AD469E

Tints of Violet Blue #AD469E

Color information

#AD469E (or 0xAD469E) is unknown color: approx Violet Blue. HEX triplet: AD, 46 and 9E. RGB value is (173,70,158). Sum of RGB (Red+Green+Blue) = 173+70+158=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD469E is #52B961. Grayscale: #6E6E6E. Windows color (decimal): -5421410 or 10372781. OLE color: 10372781.

HSL color Cylindrical-coordinate representation of color #AD469E: hue angle of 308.74º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD469E is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17370158-
CMYK00.600.090.32
HSL308.74º42.39%47.65%-
HSV(B)308.74º59.54%67.84%-
XYZ25.615.7334.04-
YUV110.83154.62172.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 70 (27.73% from 255) = 17.46%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=43.14%
G=17.46%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737015800.600.090.32308.7442.3947.65
HexAD469E03C9201352a30
Octal25510623607411404655260
Binary1010110110001101001111001111001001100000100110101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD469E; }

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

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

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

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

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

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

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

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