#A250FC

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

Shades of Medium Purple #A250FC

Tints of Medium Purple #A250FC

Color information

#A250FC (or 0xA250FC) is unknown color: approx Medium Purple. HEX triplet: A2, 50 and FC. RGB value is (162,80,252). Sum of RGB (Red+Green+Blue) = 162+80+252=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #A250FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250FC is #5DAF03. Grayscale: #7B7B7B. Windows color (decimal): -6139652 or 16535714. OLE color: 16535714.

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

Color convert

RGB16280252-
CMYK0.360.6800.01
HSL268.6º96.63%65.1%-
HSV(B)268.6º68.25%98.82%-
XYZ35.3420.4594.18-
YUV124.13200.17155.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 80 (31.64% from 255) = 16.19%
BLUE value IS 252 (98.83% from 255) = 51.01%
R=32.79%
G=16.19%
B=51.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162802520.360.6800.01268.696.6365.1
HexA250FC24440110d6141
Octal2421203744410401415141101
Binary1010001010100001111110010010010001000110000110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250FC; }

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

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

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

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

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

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

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

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