Html Css Color HEX #A16DA9 Violet Blue

📋 copy color: '#A16DA9'

red 161 ◦ green 109 ◦ blue 169

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

Shades of Violet Blue #A16DA9

Tints of Violet Blue #A16DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.5%

R = 36.67%
G = 24.83%
B = 38.5%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A16DA9 (or 0xA16DA9) is known color: Violet Blue. HEX triplet: A1, 6D and A9. RGB value is (161,109,169). Sum of RGB (Red+Green+Blue) = 161+109+169=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 169 - color contains mainly: blue. Hex color #A16DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DA9 is #5E9256. Grayscale: #838383. Windows color (decimal): -6197847 or 11103649. OLE color: 11103649.

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

Color convert

RGB 161 109 169 -
CMYK 0.05 0.36 0 0.34
HSL 292º 0.26% 0.55% -
HSV(B) 292º 0.36% 0.66% -
XYZ 27.33 21.38 40.22 -
YUV 131.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 161 109 169 0.05 0.36 0 0.34 292 0.26 0.55
Hex A1 6D A9 5 24 0 22 124 1A 37
Octal 241 155 251 5 44 0 42 444 32 67
Binary 10100001 1101101 10101001 101 100100 0 100010 100100100 11010 110111

Color Harmonies of #A16DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DA9

Black with #A16DA9

Text Example


Text Example

White with #A16DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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