#AD629E

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

Shades of Violet Blue #AD629E

Tints of Violet Blue #AD629E

Color information

#AD629E (or 0xAD629E) is unknown color: approx Violet Blue. HEX triplet: AD, 62 and 9E. RGB value is (173,98,158). Sum of RGB (Red+Green+Blue) = 173+98+158=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD629E is #529D61. Grayscale: #7F7F7F. Windows color (decimal): -5414242 or 10379949. OLE color: 10379949.

HSL color Cylindrical-coordinate representation of color #AD629E: hue angle of 312º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD629E is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17398158-
CMYK00.430.090.32
HSL312º31.38%53.14%-
HSV(B)312º43.35%67.84%-
XYZ27.7720.0934.76-
YUV127.26145.35160.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=40.33%
G=22.84%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739815800.430.090.3231231.3853.14
HexAD629E02B9201381f35
Octal25514223605311404703765
Binary101011011100010100111100101011100110000010011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD629E; }

 p { color: rgb(173,98,158); }

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

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

 a { background-color: rgb(173,98,158); }

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

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

 span { border-color: rgb(173,98,158); }

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