Html Css Color HEX #AD5EAA Violet Blue

📋 copy color: '#AD5EAA'

red 173 ◦ green 94 ◦ blue 170

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

Shades of Violet Blue #AD5EAA

Tints of Violet Blue #AD5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.51%

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

R = 39.59%
G = 21.51%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD5EAA (or 0xAD5EAA) is known color: Violet Blue. HEX triplet: AD, 5E and AA. RGB value is (173,94,170). Sum of RGB (Red+Green+Blue) = 173+94+170=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5EAA is #52A155. Grayscale: #7E7E7E. Windows color (decimal): -5415254 or 11165357. OLE color: 11165357.

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

Color convert

RGB 173 94 170 -
CMYK 0 0.46 0.02 0.32
HSL 302.28º 0.33% 0.52% -
HSV(B) 302.28º 0.46% 0.68% -
XYZ 28.49 19.79 40.35 -
YUV 126.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 173 94 170 0 0.46 0.02 0.32 302.28 0.33 0.52
Hex AD 5E AA 0 2E 2 20 12E 21 34
Octal 255 136 252 0 56 2 40 456 41 64
Binary 10101101 1011110 10101010 0 101110 10 100000 100101110 100001 110100

Color Harmonies of #AD5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5EAA

Black with #AD5EAA

Text Example


Text Example

White with #AD5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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