#AD67A9

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

Shades of Violet Blue #AD67A9

Tints of Violet Blue #AD67A9

Color information

#AD67A9 (or 0xAD67A9) is unknown color: approx Violet Blue. HEX triplet: AD, 67 and A9. RGB value is (173,103,169). Sum of RGB (Red+Green+Blue) = 173+103+169=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD67A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD67A9 is #529856. Grayscale: #838383. Windows color (decimal): -5412951 or 11102125. OLE color: 11102125.

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

Color convert

RGB173103169-
CMYK00.400.020.32
HSL303.43º29.91%54.12%-
HSV(B)303.43º40.46%67.84%-
XYZ29.2521.4540.13-
YUV131.45149.19157.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 169 (66.41% from 255) = 37.98%
R=38.88%
G=23.15%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310316900.400.020.32303.4329.9154.12
HexAD67A902822012f1e36
Octal2551472510502404573666
Binary1010110111001111010100101010001010000010010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67A9; }

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

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

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

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

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

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

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

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