Html Css Color HEX #A16BFB Medium Purple

📋 copy color: '#A16BFB'

red 161 ◦ green 107 ◦ blue 251

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

Shades of Medium Purple #A16BFB

Tints of Medium Purple #A16BFB

RGB

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

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

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

R = 31.02%
G = 20.62%
B = 48.36%

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

#A16BFB (or 0xA16BFB) is known color: Medium Purple. HEX triplet: A1, 6B and FB. RGB value is (161,107,251). Sum of RGB (Red+Green+Blue) = 161+107+251=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #A16BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BFB is #5E9404. Grayscale: #8B8B8B. Windows color (decimal): -6198277 or 16477089. OLE color: 16477089.

HSL color Cylindrical-coordinate representation of color #A16BFB: hue angle of 262.5º 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 #A16BFB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 107 251 -
CMYK 0.36 0.57 0 0.02
HSL 262.5º 0.95% 0.7% -
HSV(B) 262.5º 0.57% 0.98% -
XYZ 37.37 25.06 94.13 -
YUV 139.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 161 107 251 0.36 0.57 0 0.02 262.5 0.95 0.7
Hex A1 6B FB 24 39 0 2 106 5F 46
Octal 241 153 373 44 71 0 2 406 137 106
Binary 10100001 1101011 11111011 100100 111001 0 10 100000110 1011111 1000110

Color Harmonies of #A16BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BFB

Black with #A16BFB

Text Example


Text Example

White with #A16BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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