Html Css Color HEX #A16CEF Medium Purple

📋 copy color: '#A16CEF'

red 161 ◦ green 108 ◦ blue 239

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

Shades of Medium Purple #A16CEF

Tints of Medium Purple #A16CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.26%

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

R = 31.69%
G = 21.26%
B = 47.05%

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

#A16CEF (or 0xA16CEF) is known color: Medium Purple. HEX triplet: A1, 6C and EF. RGB value is (161,108,239). Sum of RGB (Red+Green+Blue) = 161+108+239=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #A16CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CEF is #5E9310. Grayscale: #8A8A8A. Windows color (decimal): -6198033 or 15690913. OLE color: 15690913.

HSL color Cylindrical-coordinate representation of color #A16CEF: hue angle of 264.27º 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 #A16CEF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 108 239 -
CMYK 0.33 0.55 0 0.06
HSL 264.27º 0.8% 0.68% -
HSV(B) 264.27º 0.55% 0.94% -
XYZ 35.64 24.53 84.52 -
YUV 138.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 161 108 239 0.33 0.55 0 0.06 264.27 0.8 0.68
Hex A1 6C EF 21 37 0 6 108 50 44
Octal 241 154 357 41 67 0 6 410 120 104
Binary 10100001 1101100 11101111 100001 110111 0 110 100001000 1010000 1000100

Color Harmonies of #A16CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CEF

Black with #A16CEF

Text Example


Text Example

White with #A16CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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