Html Css Color HEX #AA6DAD Violet Blue

📋 copy color: '#AA6DAD'

red 170 ◦ green 109 ◦ blue 173

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

Shades of Violet Blue #AA6DAD

Tints of Violet Blue #AA6DAD

RGB

 RED value IS 170 (66.8% from 255) = 37.61%

 GREEN value IS 109 (42.97% from 255) = 24.12%

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

R = 37.61%
G = 24.12%
B = 38.27%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA6DAD (or 0xAA6DAD) is known color: Violet Blue. HEX triplet: AA, 6D and AD. RGB value is (170,109,173). Sum of RGB (Red+Green+Blue) = 170+109+173=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA6DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6DAD is #559252. Grayscale: #868686. Windows color (decimal): -5608019 or 11365802. OLE color: 11365802.

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

Color convert

RGB 170 109 173 -
CMYK 0.02 0.37 0 0.32
HSL 297.19º 0.28% 0.55% -
HSV(B) 297.19º 0.37% 0.68% -
XYZ 29.59 22.5 42.32 -
YUV 134.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 170 109 173 0.02 0.37 0 0.32 297.19 0.28 0.55
Hex AA 6D AD 2 25 0 20 129 1C 37
Octal 252 155 255 2 45 0 40 451 34 67
Binary 10101010 1101101 10101101 10 100101 0 100000 100101001 11100 110111

Color Harmonies of #AA6DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DAD

Black with #AA6DAD

Text Example


Text Example

White with #AA6DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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