Html Css Color HEX #A16CFB Medium Purple

📋 copy color: '#A16CFB'

red 161 ◦ green 108 ◦ blue 251

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

Shades of Medium Purple #A16CFB

Tints of Medium Purple #A16CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 30.96%
G = 20.77%
B = 48.27%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A16CFB (or 0xA16CFB) is known color: Medium Purple. HEX triplet: A1, 6C and FB. RGB value is (161,108,251). Sum of RGB (Red+Green+Blue) = 161+108+251=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #A16CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CFB is #5E9304. Grayscale: #8B8B8B. Windows color (decimal): -6198021 or 16477345. OLE color: 16477345.

HSL color Cylindrical-coordinate representation of color #A16CFB: hue angle of 262.24º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16CFB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 108 251 -
CMYK 0.36 0.57 0 0.02
HSL 262.24º 0.95% 0.7% -
HSV(B) 262.24º 0.57% 0.98% -
XYZ 37.47 25.27 94.17 -
YUV 140.15 190.56 142.87 -
System Red Green Blue C M Y K H S L
Decimal 161 108 251 0.36 0.57 0 0.02 262.24 0.95 0.7
Hex A1 6C FB 24 39 0 2 106 5F 46
Octal 241 154 373 44 71 0 2 406 137 106
Binary 10100001 1101100 11111011 100100 111001 0 10 100000110 1011111 1000110

Color Harmonies of #A16CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CFB

Black with #A16CFB

Text Example


Text Example

White with #A16CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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