#AD6BB5

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

Shades of Violet Blue #AD6BB5

Tints of Violet Blue #AD6BB5

Color information

#AD6BB5 (or 0xAD6BB5) is unknown color: approx Violet Blue. HEX triplet: AD, 6B and B5. RGB value is (173,107,181). Sum of RGB (Red+Green+Blue) = 173+107+181=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD6BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BB5 is #52944A. Grayscale: #868686. Windows color (decimal): -5411915 or 11889581. OLE color: 11889581.

HSL color Cylindrical-coordinate representation of color #AD6BB5: hue angle of 293.51º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6BB5 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173107181-
CMYK0.040.4100.29
HSL293.51º33.33%56.47%-
HSV(B)293.51º40.88%70.98%-
XYZ30.8322.7446.48-
YUV135.17153.87154.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=37.53%
G=23.21%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731071810.040.4100.29293.5133.3356.47
HexAD6BB542901D1262138
Octal2551532654510354464170
Binary10101101110101110110101100101001011101100100110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BB5; }

 p { color: rgb(173,107,181); }

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

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

 a { background-color: rgb(173,107,181); }

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

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

 span { border-color: rgb(173,107,181); }

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