#AD5BAA

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

Shades of Violet Blue #AD5BAA

Tints of Violet Blue #AD5BAA

Color information

#AD5BAA (or 0xAD5BAA) is unknown color: approx Violet Blue. HEX triplet: AD, 5B and AA. RGB value is (173,91,170). Sum of RGB (Red+Green+Blue) = 173+91+170=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5BAA is #52A455. Grayscale: #7C7C7C. Windows color (decimal): -5416022 or 11164589. OLE color: 11164589.

HSL color Cylindrical-coordinate representation of color #AD5BAA: hue angle of 302.2º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5BAA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17391170-
CMYK00.470.020.32
HSL302.2º33.33%51.76%-
HSV(B)302.2º47.4%67.84%-
XYZ28.2319.2740.26-
YUV124.52153.67162.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=39.86%
G=20.97%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739117000.470.020.32302.233.3351.76
HexAD5BAA02F22012e2134
Octal2551332520572404564164
Binary10101101101101110101010010111110100000100101110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5BAA; }

 p { color: rgb(173,91,170); }

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

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

 a { background-color: rgb(173,91,170); }

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

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

 span { border-color: rgb(173,91,170); }

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