Html Css Color HEX #A16DAA Violet Blue

📋 copy color: '#A16DAA'

red 161 ◦ green 109 ◦ blue 170

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

Shades of Violet Blue #A16DAA

Tints of Violet Blue #A16DAA

RGB

 RED value IS 161 (63.28% from 255) = 36.59%

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

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

R = 36.59%
G = 24.77%
B = 38.64%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A16DAA (or 0xA16DAA) is known color: Violet Blue. HEX triplet: A1, 6D and AA. RGB value is (161,109,170). Sum of RGB (Red+Green+Blue) = 161+109+170=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A16DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DAA is #5E9255. Grayscale: #838383. Windows color (decimal): -6197846 or 11169185. OLE color: 11169185.

HSL color Cylindrical-coordinate representation of color #A16DAA: hue angle of 291.15º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A16DAA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 109 170 -
CMYK 0.05 0.36 0 0.33
HSL 291.15º 0.26% 0.55% -
HSV(B) 291.15º 0.36% 0.67% -
XYZ 27.42 21.42 40.72 -
YUV 131.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 161 109 170 0.05 0.36 0 0.33 291.15 0.26 0.55
Hex A1 6D AA 5 24 0 21 123 1A 37
Octal 241 155 252 5 44 0 41 443 32 67
Binary 10100001 1101101 10101010 101 100100 0 100001 100100011 11010 110111

Color Harmonies of #A16DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DAA

Black with #A16DAA

Text Example


Text Example

White with #A16DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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