Html Css Color HEX #A16BE7 Medium Purple

📋 copy color: '#A16BE7'

red 161 ◦ green 107 ◦ blue 231

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

Shades of Medium Purple #A16BE7

Tints of Medium Purple #A16BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.29%

R = 32.26%
G = 21.44%
B = 46.29%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A16BE7 (or 0xA16BE7) is known color: Medium Purple. HEX triplet: A1, 6B and E7. RGB value is (161,107,231). Sum of RGB (Red+Green+Blue) = 161+107+231=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #A16BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BE7 is #5E9418. Grayscale: #888888. Windows color (decimal): -6198297 or 15166369. OLE color: 15166369.

HSL color Cylindrical-coordinate representation of color #A16BE7: hue angle of 266.13º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A16BE7 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 107 231 -
CMYK 0.30 0.54 0 0.09
HSL 266.13º 0.72% 0.66% -
HSV(B) 266.13º 0.54% 0.91% -
XYZ 34.38 23.86 78.4 -
YUV 137.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 161 107 231 0.30 0.54 0 0.09 266.13 0.72 0.66
Hex A1 6B E7 1E 36 0 9 10A 48 42
Octal 241 153 347 36 66 0 11 412 110 102
Binary 10100001 1101011 11100111 11110 110110 0 1001 100001010 1001000 1000010

Color Harmonies of #A16BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BE7

Black with #A16BE7

Text Example


Text Example

White with #A16BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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