#A15CFB

Color #A15CFB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A15CFB

Tints of Medium Purple #A15CFB

Color information

#A15CFB (or 0xA15CFB) is unknown color: approx Medium Purple. HEX triplet: A1, 5C and FB. RGB value is (161,92,251). Sum of RGB (Red+Green+Blue) = 161+92+251=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #A15CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CFB is #5EA304. Grayscale: #828282. Windows color (decimal): -6202117 or 16473249. OLE color: 16473249.

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

Color convert

RGB16192251-
CMYK0.360.6300.02
HSL266.04º95.21%67.25%-
HSV(B)266.04º63.35%98.43%-
XYZ35.9422.293.66-
YUV130.76195.86149.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 92 (36.33% from 255) = 18.25%
BLUE value IS 251 (98.44% from 255) = 49.80%
R=31.94%
G=18.25%
B=49.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161922510.360.6300.02266.0495.2167.25
HexA15CFB243F0210a5f43
Octal241134373447702412137103
Binary1010000110111001111101110010011111101010000101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CFB; }

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

 H1.HeaderClassName
 {
   color: #A15CFB;
 }
 .AnyTagClassName
 {
   color: #A15CFB;
 }
</style>
background-color css

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

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

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

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

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

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