Html Css Color HEX #A16AEC Medium Purple

📋 copy color: '#A16AEC'

red 161 ◦ green 106 ◦ blue 236

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

Shades of Medium Purple #A16AEC

Tints of Medium Purple #A16AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.07%

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 32.01%
G = 21.07%
B = 46.92%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A16AEC (or 0xA16AEC) is known color: Medium Purple. HEX triplet: A1, 6A and EC. RGB value is (161,106,236). Sum of RGB (Red+Green+Blue) = 161+106+236=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #A16AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AEC is #5E9513. Grayscale: #888888. Windows color (decimal): -6198548 or 15493793. OLE color: 15493793.

HSL color Cylindrical-coordinate representation of color #A16AEC: hue angle of 265.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16AEC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 106 236 -
CMYK 0.32 0.55 0 0.07
HSL 265.38º 0.77% 0.67% -
HSV(B) 265.38º 0.55% 0.93% -
XYZ 34.99 23.94 82.13 -
YUV 137.27 183.72 144.93 -
System Red Green Blue C M Y K H S L
Decimal 161 106 236 0.32 0.55 0 0.07 265.38 0.77 0.67
Hex A1 6A EC 20 37 0 7 109 4D 43
Octal 241 152 354 40 67 0 7 411 115 103
Binary 10100001 1101010 11101100 100000 110111 0 111 100001001 1001101 1000011

Color Harmonies of #A16AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16AEC

Black with #A16AEC

Text Example


Text Example

White with #A16AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16AEC; }

 p { color: rgb(161,106,236); }

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

background-color css

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

 a { background-color: rgb(161,106,236); }

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

border-color css

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

 span { border-color: rgb(161,106,236); }

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