Html Css Color HEX #A15DFB Medium Purple

📋 copy color: '#A15DFB'

red 161 ◦ green 93 ◦ blue 251

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

Shades of Medium Purple #A15DFB

Tints of Medium Purple #A15DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 31.88%
G = 18.42%
B = 49.7%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A15DFB (or 0xA15DFB) is known color: Medium Purple. HEX triplet: A1, 5D and FB. RGB value is (161,93,251). Sum of RGB (Red+Green+Blue) = 161+93+251=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #A15DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15DFB is #5EA204. Grayscale: #828282. Windows color (decimal): -6201861 or 16473505. OLE color: 16473505.

HSL color Cylindrical-coordinate representation of color #A15DFB: hue angle of 265.82º degrees, saturation: 0.95, 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 #A15DFB is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 93 251 -
CMYK 0.36 0.63 0 0.02
HSL 265.82º 0.95% 0.67% -
HSV(B) 265.82º 0.63% 0.98% -
XYZ 36.02 22.37 93.69 -
YUV 131.34 195.53 149.15 -
System Red Green Blue C M Y K H S L
Decimal 161 93 251 0.36 0.63 0 0.02 265.82 0.95 0.67
Hex A1 5D FB 24 3F 0 2 10A 5F 43
Octal 241 135 373 44 77 0 2 412 137 103
Binary 10100001 1011101 11111011 100100 111111 0 10 100001010 1011111 1000011

Color Harmonies of #A15DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DFB

Black with #A15DFB

Text Example


Text Example

White with #A15DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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