Html Css Color HEX #A15DFD Medium Purple

📋 copy color: '#A15DFD'

red 161 ◦ green 93 ◦ blue 253

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

Shades of Medium Purple #A15DFD

Tints of Medium Purple #A15DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 31.76%
G = 18.34%
B = 49.9%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A15DFD (or 0xA15DFD) is known color: Medium Purple. HEX triplet: A1, 5D and FD. RGB value is (161,93,253). Sum of RGB (Red+Green+Blue) = 161+93+253=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #A15DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15DFD is #5EA202. Grayscale: #838383. Windows color (decimal): -6201859 or 16604577. OLE color: 16604577.

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

Color convert

RGB 161 93 253 -
CMYK 0.36 0.63 0 0.01
HSL 265.5º 0.98% 0.68% -
HSV(B) 265.5º 0.63% 0.99% -
XYZ 36.34 22.5 95.36 -
YUV 131.57 196.53 148.99 -
System Red Green Blue C M Y K H S L
Decimal 161 93 253 0.36 0.63 0 0.01 265.5 0.98 0.68
Hex A1 5D FD 24 3F 0 1 10A 62 44
Octal 241 135 375 44 77 0 1 412 142 104
Binary 10100001 1011101 11111101 100100 111111 0 1 100001010 1100010 1000100

Color Harmonies of #A15DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DFD

Black with #A15DFD

Text Example


Text Example

White with #A15DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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