#AD629C

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

Shades of Violet Blue #AD629C

Tints of Violet Blue #AD629C

Color information

#AD629C (or 0xAD629C) is unknown color: approx Violet Blue. HEX triplet: AD, 62 and 9C. RGB value is (173,98,156). Sum of RGB (Red+Green+Blue) = 173+98+156=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD629C is #529D63. Grayscale: #7E7E7E. Windows color (decimal): -5414244 or 10248877. OLE color: 10248877.

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

Color convert

RGB17398156-
CMYK00.430.100.32
HSL313.6º31.38%53.14%-
HSV(B)313.6º43.35%67.84%-
XYZ27.620.0233.86-
YUV127.04144.35160.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=40.52%
G=22.95%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739815600.430.100.32313.631.3853.14
HexAD629C02BA2013a1f35
Octal25514223405312404723765
Binary101011011100010100111000101011101010000010011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD629C; }

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

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

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

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

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

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

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

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