#AD68A2

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

Shades of Violet Blue #AD68A2

Tints of Violet Blue #AD68A2

Color information

#AD68A2 (or 0xAD68A2) is unknown color: approx Violet Blue. HEX triplet: AD, 68 and A2. RGB value is (173,104,162). Sum of RGB (Red+Green+Blue) = 173+104+162=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD68A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD68A2 is #52975D. Grayscale: #838383. Windows color (decimal): -5412702 or 10643629. OLE color: 10643629.

HSL color Cylindrical-coordinate representation of color #AD68A2: hue angle of 309.57º 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 #AD68A2 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB173104162-
CMYK00.400.060.32
HSL309.57º29.61%54.31%-
HSV(B)309.57º39.88%67.84%-
XYZ28.7121.3936.8-
YUV131.24145.36157.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=39.41%
G=23.69%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310416200.400.060.32309.5729.6154.31
HexAD68A20286201361e36
Octal2551502420506404663666
Binary10101101110100010100010010100011010000010011011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68A2; }

 p { color: rgb(173,104,162); }

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

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

 a { background-color: rgb(173,104,162); }

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

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

 span { border-color: rgb(173,104,162); }

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