Html Css Color HEX #AD489E Violet Blue

📋 copy color: '#AD489E'

red 173 ◦ green 72 ◦ blue 158

#AD489E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AD489E

Tints of Violet Blue #AD489E

RGB

 RED value IS 173 (67.97% from 255) = 42.93%

 GREEN value IS 72 (28.52% from 255) = 17.87%

 BLUE value IS 158 (62.11% from 255) = 39.21%

R = 42.93%
G = 17.87%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD489E (or 0xAD489E) is known color: Violet Blue. HEX triplet: AD, 48 and 9E. RGB value is (173,72,158). Sum of RGB (Red+Green+Blue) = 173+72+158=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD489E is #52B761. Grayscale: #6F6F6F. Windows color (decimal): -5420898 or 10373293. OLE color: 10373293.

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

Color convert

RGB 173 72 158 -
CMYK 0 0.58 0.09 0.32
HSL 308.91º 0.41% 0.48% -
HSV(B) 308.91º 0.58% 0.68% -
XYZ 25.72 15.99 34.08 -
YUV 112 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 173 72 158 0 0.58 0.09 0.32 308.91 0.41 0.48
Hex AD 48 9E 0 3A 9 20 135 29 30
Octal 255 110 236 0 72 11 40 465 51 60
Binary 10101101 1001000 10011110 0 111010 1001 100000 100110101 101001 110000

Color Harmonies of #AD489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD489E

Black with #AD489E

Text Example


Text Example

White with #AD489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD489E; }

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

 H1.HeaderClassName
 {
   color: #AD489E;
 }
 .AnyTagClassName
 {
   color: #AD489E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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