Html Css Color HEX #A16BEF Medium Purple

📋 copy color: '#A16BEF'

red 161 ◦ green 107 ◦ blue 239

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

Shades of Medium Purple #A16BEF

Tints of Medium Purple #A16BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.1%

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 31.76%
G = 21.1%
B = 47.14%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A16BEF (or 0xA16BEF) is known color: Medium Purple. HEX triplet: A1, 6B and EF. RGB value is (161,107,239). Sum of RGB (Red+Green+Blue) = 161+107+239=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #A16BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BEF is #5E9410. Grayscale: #898989. Windows color (decimal): -6198289 or 15690657. OLE color: 15690657.

HSL color Cylindrical-coordinate representation of color #A16BEF: hue angle of 264.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16BEF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 107 239 -
CMYK 0.33 0.55 0 0.06
HSL 264.55º 0.8% 0.68% -
HSV(B) 264.55º 0.55% 0.94% -
XYZ 35.54 24.32 84.48 -
YUV 138.19 184.89 144.27 -
System Red Green Blue C M Y K H S L
Decimal 161 107 239 0.33 0.55 0 0.06 264.55 0.8 0.68
Hex A1 6B EF 21 37 0 6 109 50 44
Octal 241 153 357 41 67 0 6 411 120 104
Binary 10100001 1101011 11101111 100001 110111 0 110 100001001 1010000 1000100

Color Harmonies of #A16BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BEF

Black with #A16BEF

Text Example


Text Example

White with #A16BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BEF; }

 p { color: rgb(161,107,239); }

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

background-color css

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

 a { background-color: rgb(161,107,239); }

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

border-color css

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

 span { border-color: rgb(161,107,239); }

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