Html Css Color HEX #AD5AAA Violet Blue

📋 copy color: '#AD5AAA'

red 173 ◦ green 90 ◦ blue 170

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

Shades of Violet Blue #AD5AAA

Tints of Violet Blue #AD5AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 39.95%
G = 20.79%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD5AAA (or 0xAD5AAA) is known color: Violet Blue. HEX triplet: AD, 5A and AA. RGB value is (173,90,170). Sum of RGB (Red+Green+Blue) = 173+90+170=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AAA is #52A555. Grayscale: #7B7B7B. Windows color (decimal): -5416278 or 11164333. OLE color: 11164333.

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

Color convert

RGB 173 90 170 -
CMYK 0 0.48 0.02 0.32
HSL 302.17º 0.34% 0.52% -
HSV(B) 302.17º 0.48% 0.68% -
XYZ 28.15 19.1 40.23 -
YUV 123.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 173 90 170 0 0.48 0.02 0.32 302.17 0.34 0.52
Hex AD 5A AA 0 30 2 20 12E 22 34
Octal 255 132 252 0 60 2 40 456 42 64
Binary 10101101 1011010 10101010 0 110000 10 100000 100101110 100010 110100

Color Harmonies of #AD5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AAA

Black with #AD5AAA

Text Example


Text Example

White with #AD5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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