Html Css Color HEX #A15BFB Medium Purple

📋 copy color: '#A15BFB'

red 161 ◦ green 91 ◦ blue 251

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

Shades of Medium Purple #A15BFB

Tints of Medium Purple #A15BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.09%

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

R = 32.01%
G = 18.09%
B = 49.9%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A15BFB (or 0xA15BFB) is known color: Medium Purple. HEX triplet: A1, 5B and FB. RGB value is (161,91,251). Sum of RGB (Red+Green+Blue) = 161+91+251=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #A15BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15BFB is #5EA404. Grayscale: #818181. Windows color (decimal): -6202373 or 16472993. OLE color: 16472993.

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

Color convert

RGB 161 91 251 -
CMYK 0.36 0.64 0 0.02
HSL 266.25º 0.95% 0.67% -
HSV(B) 266.25º 0.64% 0.98% -
XYZ 35.85 22.02 93.63 -
YUV 130.17 196.19 149.99 -
System Red Green Blue C M Y K H S L
Decimal 161 91 251 0.36 0.64 0 0.02 266.25 0.95 0.67
Hex A1 5B FB 24 40 0 2 10A 5F 43
Octal 241 133 373 44 100 0 2 412 137 103
Binary 10100001 1011011 11111011 100100 1000000 0 10 100001010 1011111 1000011

Color Harmonies of #A15BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BFB

Black with #A15BFB

Text Example


Text Example

White with #A15BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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