#A15CF2

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

Shades of Medium Purple #A15CF2

Tints of Medium Purple #A15CF2

Color information

#A15CF2 (or 0xA15CF2) is unknown color: approx Medium Purple. HEX triplet: A1, 5C and F2. RGB value is (161,92,242). Sum of RGB (Red+Green+Blue) = 161+92+242=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #A15CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CF2 is #5EA30D. Grayscale: #818181. Windows color (decimal): -6202126 or 15883425. OLE color: 15883425.

HSL color Cylindrical-coordinate representation of color #A15CF2: hue angle of 267.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A15CF2 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16192242-
CMYK0.330.6200.05
HSL267.6º85.23%65.49%-
HSV(B)267.6º61.98%94.9%-
XYZ34.5521.6486.36-
YUV129.73191.36150.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=32.53%
G=18.59%
B=48.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161922420.330.6200.05267.685.2365.49
HexA15CF2213E0510c5541
Octal241134362417605414125101
Binary10100001101110011110010100001111110010110000110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CF2; }

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

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

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

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

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

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

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

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