Html Css Color HEX #A15BFC Medium Purple

📋 copy color: '#A15BFC'

red 161 ◦ green 91 ◦ blue 252

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

Shades of Medium Purple #A15BFC

Tints of Medium Purple #A15BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50%

R = 31.94%
G = 18.06%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A15BFC (or 0xA15BFC) is known color: Medium Purple. HEX triplet: A1, 5B and FC. RGB value is (161,91,252). Sum of RGB (Red+Green+Blue) = 161+91+252=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #A15BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15BFC is #5EA403. Grayscale: #818181. Windows color (decimal): -6202372 or 16538529. OLE color: 16538529.

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

Color convert

RGB 161 91 252 -
CMYK 0.36 0.64 0 0.01
HSL 266.09º 0.96% 0.67% -
HSV(B) 266.09º 0.64% 0.99% -
XYZ 36.01 22.09 94.46 -
YUV 130.28 196.69 149.91 -
System Red Green Blue C M Y K H S L
Decimal 161 91 252 0.36 0.64 0 0.01 266.09 0.96 0.67
Hex A1 5B FC 24 40 0 1 10A 60 43
Octal 241 133 374 44 100 0 1 412 140 103
Binary 10100001 1011011 11111100 100100 1000000 0 1 100001010 1100000 1000011

Color Harmonies of #A15BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BFC

Black with #A15BFC

Text Example


Text Example

White with #A15BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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