Html Css Color HEX #AD489B Violet Blue

📋 copy color: '#AD489B'

red 173 ◦ green 72 ◦ blue 155

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

Shades of Violet Blue #AD489B

Tints of Violet Blue #AD489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 43.25%
G = 18%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD489B (or 0xAD489B) is known color: Violet Blue. HEX triplet: AD, 48 and 9B. RGB value is (173,72,155). Sum of RGB (Red+Green+Blue) = 173+72+155=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD489B is #52B764. Grayscale: #6F6F6F. Windows color (decimal): -5420901 or 10176685. OLE color: 10176685.

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

Color convert

RGB 173 72 155 -
CMYK 0 0.58 0.10 0.32
HSL 310.69º 0.41% 0.48% -
HSV(B) 310.69º 0.58% 0.68% -
XYZ 25.47 15.89 32.73 -
YUV 111.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 173 72 155 0 0.58 0.10 0.32 310.69 0.41 0.48
Hex AD 48 9B 0 3A A 20 137 29 30
Octal 255 110 233 0 72 12 40 467 51 60
Binary 10101101 1001000 10011011 0 111010 1010 100000 100110111 101001 110000

Color Harmonies of #AD489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD489B

Black with #AD489B

Text Example


Text Example

White with #AD489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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