Html Css Color HEX #A16FEB Medium Purple

📋 copy color: '#A16FEB'

red 161 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #A16FEB

Tints of Medium Purple #A16FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

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

R = 31.76%
G = 21.89%
B = 46.35%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A16FEB (or 0xA16FEB) is known color: Medium Purple. HEX triplet: A1, 6F and EB. RGB value is (161,111,235). Sum of RGB (Red+Green+Blue) = 161+111+235=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #A16FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FEB is #5E9014. Grayscale: #8B8B8B. Windows color (decimal): -6197269 or 15429537. OLE color: 15429537.

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

Color convert

RGB 161 111 235 -
CMYK 0.31 0.53 0 0.08
HSL 264.19º 0.76% 0.68% -
HSV(B) 264.19º 0.53% 0.92% -
XYZ 35.38 24.94 81.55 -
YUV 140.09 181.57 142.92 -
System Red Green Blue C M Y K H S L
Decimal 161 111 235 0.31 0.53 0 0.08 264.19 0.76 0.68
Hex A1 6F EB 1F 35 0 8 108 4C 44
Octal 241 157 353 37 65 0 10 410 114 104
Binary 10100001 1101111 11101011 11111 110101 0 1000 100001000 1001100 1000100

Color Harmonies of #A16FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FEB

Black with #A16FEB

Text Example


Text Example

White with #A16FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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