Html Css Color HEX #A15EEE Medium Purple

📋 copy color: '#A15EEE'

red 161 ◦ green 94 ◦ blue 238

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

Shades of Medium Purple #A15EEE

Tints of Medium Purple #A15EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.07%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 32.66%
G = 19.07%
B = 48.28%

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

#A15EEE (or 0xA15EEE) is known color: Medium Purple. HEX triplet: A1, 5E and EE. RGB value is (161,94,238). Sum of RGB (Red+Green+Blue) = 161+94+238=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #A15EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15EEE is #5EA111. Grayscale: #818181. Windows color (decimal): -6201618 or 15621793. OLE color: 15621793.

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

Color convert

RGB 161 94 238 -
CMYK 0.32 0.61 0 0.07
HSL 267.92º 0.81% 0.65% -
HSV(B) 267.92º 0.61% 0.93% -
XYZ 34.13 21.76 83.29 -
YUV 130.45 188.7 149.79 -
System Red Green Blue C M Y K H S L
Decimal 161 94 238 0.32 0.61 0 0.07 267.92 0.81 0.65
Hex A1 5E EE 20 3D 0 7 10C 51 41
Octal 241 136 356 40 75 0 7 414 121 101
Binary 10100001 1011110 11101110 100000 111101 0 111 100001100 1010001 1000001

Color Harmonies of #A15EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15EEE

Black with #A15EEE

Text Example


Text Example

White with #A15EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15EEE; }

 p { color: rgb(161,94,238); }

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

background-color css

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

 a { background-color: rgb(161,94,238); }

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

border-color css

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

 span { border-color: rgb(161,94,238); }

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