#AD489A

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

Shades of Violet Blue #AD489A

Tints of Violet Blue #AD489A

Color information

#AD489A (or 0xAD489A) is unknown color: approx Violet Blue. HEX triplet: AD, 48 and 9A. RGB value is (173,72,154). Sum of RGB (Red+Green+Blue) = 173+72+154=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD489A is #52B765. Grayscale: #6F6F6F. Windows color (decimal): -5420902 or 10111149. OLE color: 10111149.

HSL color Cylindrical-coordinate representation of color #AD489A: hue angle of 311.29º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD489A is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17372154-
CMYK00.580.110.32
HSL311.29º41.22%48.04%-
HSV(B)311.29º58.38%67.84%-
XYZ25.3815.8532.29-
YUV111.55151.96171.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=43.36%
G=18.05%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737215400.580.110.32311.2941.2248.04
HexAD489A03AB201372930
Octal25511023207213404675160
Binary1010110110010001001101001110101011100000100110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD489A; }

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

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

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

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

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

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

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

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