Html Css Color HEX #A15FEB Medium Purple

📋 copy color: '#A15FEB'

red 161 ◦ green 95 ◦ blue 235

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

Shades of Medium Purple #A15FEB

Tints of Medium Purple #A15FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.35%

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 32.79%
G = 19.35%
B = 47.86%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A15FEB (or 0xA15FEB) is known color: Medium Purple. HEX triplet: A1, 5F and EB. RGB value is (161,95,235). Sum of RGB (Red+Green+Blue) = 161+95+235=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #A15FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15FEB is #5EA014. Grayscale: #828282. Windows color (decimal): -6201365 or 15425441. OLE color: 15425441.

HSL color Cylindrical-coordinate representation of color #A15FEB: hue angle of 268.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15FEB is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 95 235 -
CMYK 0.31 0.60 0 0.08
HSL 268.29º 0.78% 0.65% -
HSV(B) 268.29º 0.6% 0.92% -
XYZ 33.79 21.76 81.02 -
YUV 130.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 161 95 235 0.31 0.60 0 0.08 268.29 0.78 0.65
Hex A1 5F EB 1F 3C 0 8 10C 4E 41
Octal 241 137 353 37 74 0 10 414 116 101
Binary 10100001 1011111 11101011 11111 111100 0 1000 100001100 1001110 1000001

Color Harmonies of #A15FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FEB

Black with #A15FEB

Text Example


Text Example

White with #A15FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FEB; }

 p { color: rgb(161,95,235); }

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

background-color css

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

 a { background-color: rgb(161,95,235); }

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

border-color css

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

 span { border-color: rgb(161,95,235); }

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