Html Css Color HEX #A16DAB Violet Blue

📋 copy color: '#A16DAB'

red 161 ◦ green 109 ◦ blue 171

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

Shades of Violet Blue #A16DAB

Tints of Violet Blue #A16DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 36.51%
G = 24.72%
B = 38.78%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A16DAB (or 0xA16DAB) is known color: Violet Blue. HEX triplet: A1, 6D and AB. RGB value is (161,109,171). Sum of RGB (Red+Green+Blue) = 161+109+171=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A16DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DAB is #5E9254. Grayscale: #838383. Windows color (decimal): -6197845 or 11234721. OLE color: 11234721.

HSL color Cylindrical-coordinate representation of color #A16DAB: hue angle of 290.32º degrees, saturation: 0.27, 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 #A16DAB is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 109 171 -
CMYK 0.06 0.36 0 0.33
HSL 290.32º 0.27% 0.55% -
HSV(B) 290.32º 0.36% 0.67% -
XYZ 27.52 21.45 41.22 -
YUV 131.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 161 109 171 0.06 0.36 0 0.33 290.32 0.27 0.55
Hex A1 6D AB 6 24 0 21 122 1B 37
Octal 241 155 253 6 44 0 41 442 33 67
Binary 10100001 1101101 10101011 110 100100 0 100001 100100010 11011 110111

Color Harmonies of #A16DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DAB

Black with #A16DAB

Text Example


Text Example

White with #A16DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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