Html Css Color HEX #A15BEC Medium Purple

📋 copy color: '#A15BEC'

red 161 ◦ green 91 ◦ blue 236

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

Shades of Medium Purple #A15BEC

Tints of Medium Purple #A15BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.65%

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 32.99%
G = 18.65%
B = 48.36%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A15BEC (or 0xA15BEC) is known color: Medium Purple. HEX triplet: A1, 5B and EC. RGB value is (161,91,236). Sum of RGB (Red+Green+Blue) = 161+91+236=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #A15BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15BEC is #5EA413. Grayscale: #7F7F7F. Windows color (decimal): -6202388 or 15489953. OLE color: 15489953.

HSL color Cylindrical-coordinate representation of color #A15BEC: hue angle of 268.97º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A15BEC is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 91 236 -
CMYK 0.32 0.61 0 0.07
HSL 268.97º 0.79% 0.64% -
HSV(B) 268.97º 0.61% 0.93% -
XYZ 33.58 21.12 81.66 -
YUV 128.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 161 91 236 0.32 0.61 0 0.07 268.97 0.79 0.64
Hex A1 5B EC 20 3D 0 7 10D 4F 40
Octal 241 133 354 40 75 0 7 415 117 100
Binary 10100001 1011011 11101100 100000 111101 0 111 100001101 1001111 1000000

Color Harmonies of #A15BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BEC

Black with #A15BEC

Text Example


Text Example

White with #A15BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BEC; }

 p { color: rgb(161,91,236); }

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

background-color css

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

 a { background-color: rgb(161,91,236); }

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

border-color css

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

 span { border-color: rgb(161,91,236); }

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