#AD67AC

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

Shades of Violet Blue #AD67AC

Tints of Violet Blue #AD67AC

Color information

#AD67AC (or 0xAD67AC) is unknown color: approx Violet Blue. HEX triplet: AD, 67 and AC. RGB value is (173,103,172). Sum of RGB (Red+Green+Blue) = 173+103+172=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD67AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD67AC is #529853. Grayscale: #838383. Windows color (decimal): -5412948 or 11298733. OLE color: 11298733.

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

Color convert

RGB173103172-
CMYK00.400.010.32
HSL300.86º29.91%54.12%-
HSV(B)300.86º40.46%67.84%-
XYZ29.5321.5641.64-
YUV131.8150.69157.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=38.62%
G=22.99%
B=38.39%

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
Decimal17310317200.400.010.32300.8629.9154.12
HexAD67AC02812012d1e36
Octal2551472540501404553666
Binary101011011100111101011000101000110000010010110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67AC; }

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

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

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

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

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

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

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

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