#A254FC

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

Shades of Medium Purple #A254FC

Tints of Medium Purple #A254FC

Color information

#A254FC (or 0xA254FC) is unknown color: approx Medium Purple. HEX triplet: A2, 54 and FC. RGB value is (162,84,252). Sum of RGB (Red+Green+Blue) = 162+84+252=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #A254FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A254FC is #5DAB03. Grayscale: #7D7D7D. Windows color (decimal): -6138628 or 16536738. OLE color: 16536738.

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

Color convert

RGB16284252-
CMYK0.360.6700.01
HSL267.86º96.55%65.88%-
HSV(B)267.86º66.67%98.82%-
XYZ35.6421.0594.28-
YUV126.47198.84153.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 84 (33.20% from 255) = 16.87%
BLUE value IS 252 (98.83% from 255) = 50.60%
R=32.53%
G=16.87%
B=50.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162842520.360.6700.01267.8696.5565.88
HexA254FC24430110c6142
Octal2421243744410301414141102
Binary1010001010101001111110010010010000110110000110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A254FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A254FC; }

 p { color: rgb(162,84,252); }

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

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

 a { background-color: rgb(162,84,252); }

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

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

 span { border-color: rgb(162,84,252); }

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