#A951FE

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

Shades of Medium Orchid #A951FE

Tints of Medium Orchid #A951FE

Color information

#A951FE (or 0xA951FE) is unknown color: approx Medium Orchid. HEX triplet: A9, 51 and FE. RGB value is (169,81,254). Sum of RGB (Red+Green+Blue) = 169+81+254=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #A951FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951FE is #56AE01. Grayscale: #7E7E7E. Windows color (decimal): -5680642 or 16667049. OLE color: 16667049.

HSL color Cylindrical-coordinate representation of color #A951FE: hue angle of 270.52º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A951FE is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16981254-
CMYK0.330.6800.00
HSL270.52º98.86%65.69%-
HSV(B)270.52º68.11%99.61%-
XYZ37.1921.4895.95-
YUV127.03199.65157.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 81 (32.03% from 255) = 16.07%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=33.53%
G=16.07%
B=50.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal169812540.330.6800.00270.5298.8665.69
HexA951FE21440010f6342
Octal2511213764110400417143102
Binary1010100110100011111111010000110001000010000111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A951FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A951FE; }

 p { color: rgb(169,81,254); }

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

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

 a { background-color: rgb(169,81,254); }

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

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

 span { border-color: rgb(169,81,254); }

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