Html Css Color HEX #AD5AAD Violet Blue

📋 copy color: '#AD5AAD'

red 173 ◦ green 90 ◦ blue 173

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

Shades of Violet Blue #AD5AAD

Tints of Violet Blue #AD5AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 39.68%
G = 20.64%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD5AAD (or 0xAD5AAD) is known color: Violet Blue. HEX triplet: AD, 5A and AD. RGB value is (173,90,173). Sum of RGB (Red+Green+Blue) = 173+90+173=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD5AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AAD is #52A552. Grayscale: #7C7C7C. Windows color (decimal): -5416275 or 11360941. OLE color: 11360941.

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

Color convert

RGB 173 90 173 -
CMYK 0 0.48 0 0.32
HSL 300º 0.34% 0.52% -
HSV(B) 300º 0.48% 0.68% -
XYZ 28.43 19.21 41.75 -
YUV 124.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 173 90 173 0 0.48 0 0.32 300 0.34 0.52
Hex AD 5A AD 0 30 0 20 12C 22 34
Octal 255 132 255 0 60 0 40 454 42 64
Binary 10101101 1011010 10101101 0 110000 0 100000 100101100 100010 110100

Color Harmonies of #AD5AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AAD

Black with #AD5AAD

Text Example


Text Example

White with #AD5AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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