#AD6BB4

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

Shades of Violet Blue #AD6BB4

Tints of Violet Blue #AD6BB4

Color information

#AD6BB4 (or 0xAD6BB4) is unknown color: approx Violet Blue. HEX triplet: AD, 6B and B4. RGB value is (173,107,180). Sum of RGB (Red+Green+Blue) = 173+107+180=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD6BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BB4 is #52944B. Grayscale: #868686. Windows color (decimal): -5411916 or 11824045. OLE color: 11824045.

HSL color Cylindrical-coordinate representation of color #AD6BB4: hue angle of 294.25º 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 #AD6BB4 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173107180-
CMYK0.040.4100.29
HSL294.25º32.74%56.27%-
HSV(B)294.25º40.56%70.59%-
XYZ30.7322.6945.94-
YUV135.06153.37155.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 180 (70.70% from 255) = 39.13%
R=37.61%
G=23.26%
B=39.13%

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
Decimal1731071800.040.4100.29294.2532.7456.27
HexAD6BB442901D1262138
Octal2551532644510354464170
Binary10101101110101110110100100101001011101100100110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BB4; }

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

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

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

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

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

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

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

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