#AD619A

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

Shades of Violet Blue #AD619A

Tints of Violet Blue #AD619A

Color information

#AD619A (or 0xAD619A) is unknown color: approx Violet Blue. HEX triplet: AD, 61 and 9A. RGB value is (173,97,154). Sum of RGB (Red+Green+Blue) = 173+97+154=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD619A is #529E65. Grayscale: #7E7E7E. Windows color (decimal): -5414502 or 10117549. OLE color: 10117549.

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

Color convert

RGB17397154-
CMYK00.440.110.32
HSL315º31.67%52.94%-
HSV(B)315º43.93%67.84%-
XYZ27.3419.7732.95-
YUV126.22143.68161.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=40.80%
G=22.88%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739715400.440.110.3231531.6752.94
HexAD619A02CB2013b2035
Octal25514123205413404734065
Binary1010110111000011001101001011001011100000100111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD619A; }

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

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

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

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

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

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

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

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