#A15CEA

Color #A15CEA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A15CEA

Tints of Medium Purple #A15CEA

Color information

#A15CEA (or 0xA15CEA) is unknown color: approx Medium Purple. HEX triplet: A1, 5C and EA. RGB value is (161,92,234). Sum of RGB (Red+Green+Blue) = 161+92+234=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #A15CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CEA is #5EA315. Grayscale: #808080. Windows color (decimal): -6202134 or 15359137. OLE color: 15359137.

HSL color Cylindrical-coordinate representation of color #A15CEA: hue angle of 269.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A15CEA is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16192234-
CMYK0.310.6100.08
HSL269.15º77.17%63.92%-
HSV(B)269.15º60.68%91.76%-
XYZ33.3821.1780.17-
YUV128.82187.36150.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 92 (36.33% from 255) = 18.89%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=33.06%
G=18.89%
B=48.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161922340.310.6100.08269.1577.1763.92
HexA15CEA1F3D0810d4d40
Octal2411343523775010415115100
Binary10100001101110011101010111111111010100010000110110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CEA; }

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

 H1.HeaderClassName
 {
   color: #A15CEA;
 }
 .AnyTagClassName
 {
   color: #A15CEA;
 }
</style>
background-color css

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

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

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

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

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

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