Html Css Color HEX #A15DED Medium Purple

📋 copy color: '#A15DED'

red 161 ◦ green 93 ◦ blue 237

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

Shades of Medium Purple #A15DED

Tints of Medium Purple #A15DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 32.79%
G = 18.94%
B = 48.27%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A15DED (or 0xA15DED) is known color: Medium Purple. HEX triplet: A1, 5D and ED. RGB value is (161,93,237). Sum of RGB (Red+Green+Blue) = 161+93+237=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #A15DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15DED is #5EA212. Grayscale: #818181. Windows color (decimal): -6201875 or 15556001. OLE color: 15556001.

HSL color Cylindrical-coordinate representation of color #A15DED: hue angle of 268.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A15DED is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 93 237 -
CMYK 0.32 0.61 0 0.07
HSL 268.33º 0.8% 0.65% -
HSV(B) 268.33º 0.61% 0.93% -
XYZ 33.9 21.52 82.49 -
YUV 129.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 161 93 237 0.32 0.61 0 0.07 268.33 0.8 0.65
Hex A1 5D ED 20 3D 0 7 10C 50 41
Octal 241 135 355 40 75 0 7 414 120 101
Binary 10100001 1011101 11101101 100000 111101 0 111 100001100 1010000 1000001

Color Harmonies of #A15DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DED

Black with #A15DED

Text Example


Text Example

White with #A15DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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