Html Css Color HEX #A15BEA Medium Purple

📋 copy color: '#A15BEA'

red 161 ◦ green 91 ◦ blue 234

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

Shades of Medium Purple #A15BEA

Tints of Medium Purple #A15BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 33.13%
G = 18.72%
B = 48.15%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A15BEA (or 0xA15BEA) is known color: Medium Purple. HEX triplet: A1, 5B and EA. RGB value is (161,91,234). Sum of RGB (Red+Green+Blue) = 161+91+234=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #A15BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15BEA is #5EA415. Grayscale: #7F7F7F. Windows color (decimal): -6202390 or 15358881. OLE color: 15358881.

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

Color convert

RGB 161 91 234 -
CMYK 0.31 0.61 0 0.08
HSL 269.37º 0.77% 0.64% -
HSV(B) 269.37º 0.61% 0.92% -
XYZ 33.29 21 80.14 -
YUV 128.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 161 91 234 0.31 0.61 0 0.08 269.37 0.77 0.64
Hex A1 5B EA 1F 3D 0 8 10D 4D 40
Octal 241 133 352 37 75 0 10 415 115 100
Binary 10100001 1011011 11101010 11111 111101 0 1000 100001101 1001101 1000000

Color Harmonies of #A15BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BEA

Black with #A15BEA

Text Example


Text Example

White with #A15BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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