Html Css Color HEX #A15FFA Medium Purple

📋 copy color: '#A15FFA'

red 161 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #A15FFA

Tints of Medium Purple #A15FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 31.82%
G = 18.77%
B = 49.41%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A15FFA (or 0xA15FFA) is known color: Medium Purple. HEX triplet: A1, 5F and FA. RGB value is (161,95,250). Sum of RGB (Red+Green+Blue) = 161+95+250=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #A15FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15FFA is #5EA005. Grayscale: #838383. Windows color (decimal): -6201350 or 16408481. OLE color: 16408481.

HSL color Cylindrical-coordinate representation of color #A15FFA: hue angle of 265.55º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A15FFA is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 95 250 -
CMYK 0.36 0.62 0 0.02
HSL 265.55º 0.94% 0.68% -
HSV(B) 265.55º 0.62% 0.98% -
XYZ 36.05 22.66 92.92 -
YUV 132.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 161 95 250 0.36 0.62 0 0.02 265.55 0.94 0.68
Hex A1 5F FA 24 3E 0 2 10A 5E 44
Octal 241 137 372 44 76 0 2 412 136 104
Binary 10100001 1011111 11111010 100100 111110 0 10 100001010 1011110 1000100

Color Harmonies of #A15FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FFA

Black with #A15FFA

Text Example


Text Example

White with #A15FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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