Html Css Color HEX #AD6EAA Violet Blue

📋 copy color: '#AD6EAA'

red 173 ◦ green 110 ◦ blue 170

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

Shades of Violet Blue #AD6EAA

Tints of Violet Blue #AD6EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.28%

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

R = 38.19%
G = 24.28%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD6EAA (or 0xAD6EAA) is known color: Violet Blue. HEX triplet: AD, 6E and AA. RGB value is (173,110,170). Sum of RGB (Red+Green+Blue) = 173+110+170=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6EAA is #529155. Grayscale: #878787. Windows color (decimal): -5411158 or 11169453. OLE color: 11169453.

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

Color convert

RGB 173 110 170 -
CMYK 0 0.36 0.02 0.32
HSL 302.86º 0.28% 0.55% -
HSV(B) 302.86º 0.36% 0.68% -
XYZ 30.07 22.94 40.87 -
YUV 135.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 173 110 170 0 0.36 0.02 0.32 302.86 0.28 0.55
Hex AD 6E AA 0 24 2 20 12F 1C 37
Octal 255 156 252 0 44 2 40 457 34 67
Binary 10101101 1101110 10101010 0 100100 10 100000 100101111 11100 110111

Color Harmonies of #AD6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6EAA

Black with #AD6EAA

Text Example


Text Example

White with #AD6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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