#AD629B

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

Shades of Violet Blue #AD629B

Tints of Violet Blue #AD629B

Color information

#AD629B (or 0xAD629B) is unknown color: approx Violet Blue. HEX triplet: AD, 62 and 9B. RGB value is (173,98,155). Sum of RGB (Red+Green+Blue) = 173+98+155=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD629B is #529D64. Grayscale: #7E7E7E. Windows color (decimal): -5414245 or 10183341. OLE color: 10183341.

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

Color convert

RGB17398155-
CMYK00.430.100.32
HSL314.4º31.38%53.14%-
HSV(B)314.4º43.35%67.84%-
XYZ27.5219.9933.42-
YUV126.92143.85160.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=40.61%
G=23.00%
B=36.38%

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
Decimal1739815500.430.100.32314.431.3853.14
HexAD629B02BA2013a1f35
Octal25514223305312404723765
Binary101011011100010100110110101011101010000010011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD629B; }

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

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

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

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

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

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

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

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