Html Css Color HEX #A16BE3 Medium Purple

📋 copy color: '#A16BE3'

red 161 ◦ green 107 ◦ blue 227

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

Shades of Medium Purple #A16BE3

Tints of Medium Purple #A16BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.86%

R = 32.53%
G = 21.62%
B = 45.86%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A16BE3 (or 0xA16BE3) is known color: Medium Purple. HEX triplet: A1, 6B and E3. RGB value is (161,107,227). Sum of RGB (Red+Green+Blue) = 161+107+227=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #A16BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BE3 is #5E941C. Grayscale: #888888. Windows color (decimal): -6198301 or 14904225. OLE color: 14904225.

HSL color Cylindrical-coordinate representation of color #A16BE3: hue angle of 267º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A16BE3 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 107 227 -
CMYK 0.29 0.53 0 0.11
HSL 267º 0.68% 0.65% -
HSV(B) 267º 0.53% 0.89% -
XYZ 33.82 23.64 75.45 -
YUV 136.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 161 107 227 0.29 0.53 0 0.11 267 0.68 0.65
Hex A1 6B E3 1D 35 0 B 10B 44 41
Octal 241 153 343 35 65 0 13 413 104 101
Binary 10100001 1101011 11100011 11101 110101 0 1011 100001011 1000100 1000001

Color Harmonies of #A16BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BE3

Black with #A16BE3

Text Example


Text Example

White with #A16BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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