#AD67AB

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

Shades of Violet Blue #AD67AB

Tints of Violet Blue #AD67AB

Color information

#AD67AB (or 0xAD67AB) is unknown color: approx Violet Blue. HEX triplet: AD, 67 and AB. RGB value is (173,103,171). Sum of RGB (Red+Green+Blue) = 173+103+171=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD67AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD67AB is #529854. Grayscale: #838383. Windows color (decimal): -5412949 or 11233197. OLE color: 11233197.

HSL color Cylindrical-coordinate representation of color #AD67AB: hue angle of 301.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD67AB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173103171-
CMYK00.400.010.32
HSL301.71º29.91%54.12%-
HSV(B)301.71º40.46%67.84%-
XYZ29.4321.5341.13-
YUV131.68150.19157.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=38.70%
G=23.04%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310317100.400.010.32301.7129.9154.12
HexAD67AB02812012e1e36
Octal2551472530501404563666
Binary101011011100111101010110101000110000010010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67AB; }

 p { color: rgb(173,103,171); }

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

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

 a { background-color: rgb(173,103,171); }

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

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

 span { border-color: rgb(173,103,171); }

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