#AD67AE

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

Shades of Violet Blue #AD67AE

Tints of Violet Blue #AD67AE

Color information

#AD67AE (or 0xAD67AE) is unknown color: approx Violet Blue. HEX triplet: AD, 67 and AE. RGB value is (173,103,174). Sum of RGB (Red+Green+Blue) = 173+103+174=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD67AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD67AE is #529851. Grayscale: #838383. Windows color (decimal): -5412946 or 11429805. OLE color: 11429805.

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

Color convert

RGB173103174-
CMYK0.010.4100.32
HSL299.15º30.47%54.31%-
HSV(B)299.15º40.8%68.24%-
XYZ29.7221.6442.65-
YUV132.02151.69157.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=38.44%
G=22.89%
B=38.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731031740.010.4100.32299.1530.4754.31
HexAD67AE12902012b1e36
Octal2551472561510404533666
Binary101011011100111101011101101001010000010010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67AE; }

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

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

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

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

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

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

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

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