Html Css Color HEX #A15DF9 Medium Purple

📋 copy color: '#A15DF9'

red 161 ◦ green 93 ◦ blue 249

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

Shades of Medium Purple #A15DF9

Tints of Medium Purple #A15DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 32.01%
G = 18.49%
B = 49.5%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A15DF9 (or 0xA15DF9) is known color: Medium Purple. HEX triplet: A1, 5D and F9. RGB value is (161,93,249). Sum of RGB (Red+Green+Blue) = 161+93+249=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #A15DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15DF9 is #5EA206. Grayscale: #828282. Windows color (decimal): -6201863 or 16342433. OLE color: 16342433.

HSL color Cylindrical-coordinate representation of color #A15DF9: hue angle of 266.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A15DF9 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 93 249 -
CMYK 0.35 0.63 0 0.02
HSL 266.15º 0.93% 0.67% -
HSV(B) 266.15º 0.63% 0.98% -
XYZ 35.71 22.25 92.03 -
YUV 131.12 194.53 149.32 -
System Red Green Blue C M Y K H S L
Decimal 161 93 249 0.35 0.63 0 0.02 266.15 0.93 0.67
Hex A1 5D F9 23 3F 0 2 10A 5D 43
Octal 241 135 371 43 77 0 2 412 135 103
Binary 10100001 1011101 11111001 100011 111111 0 10 100001010 1011101 1000011

Color Harmonies of #A15DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DF9

Black with #A15DF9

Text Example


Text Example

White with #A15DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DF9; }

 p { color: rgb(161,93,249); }

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

background-color css

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

 a { background-color: rgb(161,93,249); }

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

border-color css

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

 span { border-color: rgb(161,93,249); }

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