#a951ed

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

Shades of Medium Orchid #A951ED

Tints of Medium Orchid #A951ED

Color information

#A951ED (or 0xA951ED) is unknown color: approx Medium Orchid. HEX triplet: A9, 51 and ED. RGB value is (169,81,237). Sum of RGB (Red+Green+Blue) = 169+81+237=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #A951ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A951ED is #56AE12. Grayscale: #7C7C7C. Windows color (decimal): -5680659 or 15552937. OLE color: 15552937.

HSL color Cylindrical-coordinate representation of color #A951ED: hue angle of 273.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A951ED is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16981237-
CMYK0.290.6600.07
HSL273.85º81.25%62.35%-
HSV(B)273.85º65.82%92.94%-
XYZ34.5920.4382.24-
YUV125.1191.15159.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 81 (32.03% from 255) = 16.63%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=34.70%
G=16.63%
B=48.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169812370.290.6600.07273.8581.2562.35
HexA951ED1D4207112513e
Octal251121355351020742212176
Binary1010100110100011110110111101100001001111000100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a951ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a951ed; }

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

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

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

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

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

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

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

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