Html Css Color HEX #AD5AA0 Violet Blue

📋 copy color: '#AD5AA0'

red 173 ◦ green 90 ◦ blue 160

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

Shades of Violet Blue #AD5AA0

Tints of Violet Blue #AD5AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 40.9%
G = 21.28%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD5AA0 (or 0xAD5AA0) is known color: Violet Blue. HEX triplet: AD, 5A and A0. RGB value is (173,90,160). Sum of RGB (Red+Green+Blue) = 173+90+160=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AA0 is #52A55F. Grayscale: #7A7A7A. Windows color (decimal): -5416288 or 10508973. OLE color: 10508973.

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

Color convert

RGB 173 90 160 -
CMYK 0 0.48 0.08 0.32
HSL 309.4º 0.34% 0.52% -
HSV(B) 309.4º 0.48% 0.68% -
XYZ 27.23 18.73 35.44 -
YUV 122.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 173 90 160 0 0.48 0.08 0.32 309.4 0.34 0.52
Hex AD 5A A0 0 30 8 20 135 22 34
Octal 255 132 240 0 60 10 40 465 42 64
Binary 10101101 1011010 10100000 0 110000 1000 100000 100110101 100010 110100

Color Harmonies of #AD5AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AA0

Black with #AD5AA0

Text Example


Text Example

White with #AD5AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AA0; }

 p { color: rgb(173,90,160); }

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

background-color css

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

 a { background-color: rgb(173,90,160); }

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

border-color css

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

 span { border-color: rgb(173,90,160); }

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