Html Css Color HEX #A15CEE Medium Purple

📋 copy color: '#A15CEE'

red 161 ◦ green 92 ◦ blue 238

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

Shades of Medium Purple #A15CEE

Tints of Medium Purple #A15CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.74%

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

R = 32.79%
G = 18.74%
B = 48.47%

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

#A15CEE (or 0xA15CEE) is known color: Medium Purple. HEX triplet: A1, 5C and EE. RGB value is (161,92,238). Sum of RGB (Red+Green+Blue) = 161+92+238=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #A15CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CEE is #5EA311. Grayscale: #808080. Windows color (decimal): -6202130 or 15621281. OLE color: 15621281.

HSL color Cylindrical-coordinate representation of color #A15CEE: hue angle of 268.36º 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 #A15CEE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 92 238 -
CMYK 0.32 0.61 0 0.07
HSL 268.36º 0.81% 0.65% -
HSV(B) 268.36º 0.61% 0.93% -
XYZ 33.96 21.4 83.23 -
YUV 129.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 161 92 238 0.32 0.61 0 0.07 268.36 0.81 0.65
Hex A1 5C EE 20 3D 0 7 10C 51 41
Octal 241 134 356 40 75 0 7 414 121 101
Binary 10100001 1011100 11101110 100000 111101 0 111 100001100 1010001 1000001

Color Harmonies of #A15CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CEE

Black with #A15CEE

Text Example


Text Example

White with #A15CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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