Html Css Color HEX #A16AEB Medium Purple

📋 copy color: '#A16AEB'

red 161 ◦ green 106 ◦ blue 235

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

Shades of Medium Purple #A16AEB

Tints of Medium Purple #A16AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 32.07%
G = 21.12%
B = 46.81%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A16AEB (or 0xA16AEB) is known color: Medium Purple. HEX triplet: A1, 6A and EB. RGB value is (161,106,235). Sum of RGB (Red+Green+Blue) = 161+106+235=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #A16AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AEB is #5E9514. Grayscale: #888888. Windows color (decimal): -6198549 or 15428257. OLE color: 15428257.

HSL color Cylindrical-coordinate representation of color #A16AEB: hue angle of 265.58º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16AEB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 106 235 -
CMYK 0.31 0.55 0 0.08
HSL 265.58º 0.76% 0.67% -
HSV(B) 265.58º 0.55% 0.92% -
XYZ 34.85 23.88 81.37 -
YUV 137.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 161 106 235 0.31 0.55 0 0.08 265.58 0.76 0.67
Hex A1 6A EB 1F 37 0 8 10A 4C 43
Octal 241 152 353 37 67 0 10 412 114 103
Binary 10100001 1101010 11101011 11111 110111 0 1000 100001010 1001100 1000011

Color Harmonies of #A16AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16AEB

Black with #A16AEB

Text Example


Text Example

White with #A16AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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