Html Css Color HEX #A16FED Medium Purple

📋 copy color: '#A16FED'

red 161 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #A16FED

Tints of Medium Purple #A16FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 31.63%
G = 21.81%
B = 46.56%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A16FED (or 0xA16FED) is known color: Medium Purple. HEX triplet: A1, 6F and ED. RGB value is (161,111,237). Sum of RGB (Red+Green+Blue) = 161+111+237=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #A16FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FED is #5E9012. Grayscale: #8B8B8B. Windows color (decimal): -6197267 or 15560609. OLE color: 15560609.

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

Color convert

RGB 161 111 237 -
CMYK 0.32 0.53 0 0.07
HSL 263.81º 0.78% 0.68% -
HSV(B) 263.81º 0.53% 0.93% -
XYZ 35.67 25.06 83.08 -
YUV 140.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 161 111 237 0.32 0.53 0 0.07 263.81 0.78 0.68
Hex A1 6F ED 20 35 0 7 108 4E 44
Octal 241 157 355 40 65 0 7 410 116 104
Binary 10100001 1101111 11101101 100000 110101 0 111 100001000 1001110 1000100

Color Harmonies of #A16FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FED

Black with #A16FED

Text Example


Text Example

White with #A16FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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