Html Css Color HEX #A15AEF Medium Purple

📋 copy color: '#A15AEF'

red 161 ◦ green 90 ◦ blue 239

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

Shades of Medium Purple #A15AEF

Tints of Medium Purple #A15AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.37%

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

R = 32.86%
G = 18.37%
B = 48.78%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A15AEF (or 0xA15AEF) is known color: Medium Purple. HEX triplet: A1, 5A and EF. RGB value is (161,90,239). Sum of RGB (Red+Green+Blue) = 161+90+239=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #A15AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15AEF is #5EA510. Grayscale: #7F7F7F. Windows color (decimal): -6202641 or 15686305. OLE color: 15686305.

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

Color convert

RGB 161 90 239 -
CMYK 0.33 0.62 0 0.06
HSL 268.59º 0.82% 0.65% -
HSV(B) 268.59º 0.62% 0.94% -
XYZ 33.93 21.12 83.95 -
YUV 128.22 190.52 151.38 -
System Red Green Blue C M Y K H S L
Decimal 161 90 239 0.33 0.62 0 0.06 268.59 0.82 0.65
Hex A1 5A EF 21 3E 0 6 10D 52 41
Octal 241 132 357 41 76 0 6 415 122 101
Binary 10100001 1011010 11101111 100001 111110 0 110 100001101 1010010 1000001

Color Harmonies of #A15AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15AEF

Black with #A15AEF

Text Example


Text Example

White with #A15AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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