#AD619D

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

Shades of Violet Blue #AD619D

Tints of Violet Blue #AD619D

Color information

#AD619D (or 0xAD619D) is unknown color: approx Violet Blue. HEX triplet: AD, 61 and 9D. RGB value is (173,97,157). Sum of RGB (Red+Green+Blue) = 173+97+157=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD619D is #529E62. Grayscale: #7E7E7E. Windows color (decimal): -5414499 or 10314157. OLE color: 10314157.

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

Color convert

RGB17397157-
CMYK00.440.090.32
HSL312.63º31.67%52.94%-
HSV(B)312.63º43.93%67.84%-
XYZ27.5919.8734.28-
YUV126.56145.18161.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=40.52%
G=22.72%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739715700.440.090.32312.6331.6752.94
HexAD619D02C9201392035
Octal25514123505411404714065
Binary1010110111000011001110101011001001100000100111001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD619D; }

 p { color: rgb(173,97,157); }

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

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

 a { background-color: rgb(173,97,157); }

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

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

 span { border-color: rgb(173,97,157); }

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