#AD67AA

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

Shades of Violet Blue #AD67AA

Tints of Violet Blue #AD67AA

Color information

#AD67AA (or 0xAD67AA) is unknown color: approx Violet Blue. HEX triplet: AD, 67 and AA. RGB value is (173,103,170). Sum of RGB (Red+Green+Blue) = 173+103+170=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD67AA is #529855. Grayscale: #838383. Windows color (decimal): -5412950 or 11167661. OLE color: 11167661.

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

Color convert

RGB173103170-
CMYK00.400.020.32
HSL302.57º29.91%54.12%-
HSV(B)302.57º40.46%67.84%-
XYZ29.3421.4940.63-
YUV131.57149.69157.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=38.79%
G=23.09%
B=38.12%

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
Decimal17310317000.400.020.32302.5729.9154.12
HexAD67AA02822012f1e36
Octal2551472520502404573666
Binary1010110111001111010101001010001010000010010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67AA; }

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

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

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

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

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

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

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

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