Html Css Color HEX #A15FEF Medium Purple

📋 copy color: '#A15FEF'

red 161 ◦ green 95 ◦ blue 239

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

Shades of Medium Purple #A15FEF

Tints of Medium Purple #A15FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 32.53%
G = 19.19%
B = 48.28%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A15FEF (or 0xA15FEF) is known color: Medium Purple. HEX triplet: A1, 5F and EF. RGB value is (161,95,239). Sum of RGB (Red+Green+Blue) = 161+95+239=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #A15FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15FEF is #5EA010. Grayscale: #828282. Windows color (decimal): -6201361 or 15687585. OLE color: 15687585.

HSL color Cylindrical-coordinate representation of color #A15FEF: hue angle of 267.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15FEF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 95 239 -
CMYK 0.33 0.60 0 0.06
HSL 267.5º 0.82% 0.65% -
HSV(B) 267.5º 0.6% 0.94% -
XYZ 34.37 21.99 84.1 -
YUV 131.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 161 95 239 0.33 0.60 0 0.06 267.5 0.82 0.65
Hex A1 5F EF 21 3C 0 6 10C 52 41
Octal 241 137 357 41 74 0 6 414 122 101
Binary 10100001 1011111 11101111 100001 111100 0 110 100001100 1010010 1000001

Color Harmonies of #A15FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FEF

Black with #A15FEF

Text Example


Text Example

White with #A15FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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