Html Css Color HEX #A16DEB Medium Purple

📋 copy color: '#A16DEB'

red 161 ◦ green 109 ◦ blue 235

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

Shades of Medium Purple #A16DEB

Tints of Medium Purple #A16DEB

RGB

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

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

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

R = 31.88%
G = 21.58%
B = 46.53%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A16DEB (or 0xA16DEB) is known color: Medium Purple. HEX triplet: A1, 6D and EB. RGB value is (161,109,235). Sum of RGB (Red+Green+Blue) = 161+109+235=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #A16DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DEB is #5E9214. Grayscale: #8A8A8A. Windows color (decimal): -6197781 or 15429025. OLE color: 15429025.

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

Color convert

RGB 161 109 235 -
CMYK 0.31 0.54 0 0.08
HSL 264.76º 0.76% 0.67% -
HSV(B) 264.76º 0.54% 0.92% -
XYZ 35.16 24.51 81.48 -
YUV 138.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 161 109 235 0.31 0.54 0 0.08 264.76 0.76 0.67
Hex A1 6D EB 1F 36 0 8 109 4C 43
Octal 241 155 353 37 66 0 10 411 114 103
Binary 10100001 1101101 11101011 11111 110110 0 1000 100001001 1001100 1000011

Color Harmonies of #A16DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DEB

Black with #A16DEB

Text Example


Text Example

White with #A16DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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