#A954E1

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

Shades of Medium Orchid #A954E1

Tints of Medium Orchid #A954E1

Color information

#A954E1 (or 0xA954E1) is unknown color: approx Medium Orchid. HEX triplet: A9, 54 and E1. RGB value is (169,84,225). Sum of RGB (Red+Green+Blue) = 169+84+225=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #A954E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954E1 is #56AB1E. Grayscale: #7D7D7D. Windows color (decimal): -5679903 or 14767273. OLE color: 14767273.

HSL color Cylindrical-coordinate representation of color #A954E1: hue angle of 276.17º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A954E1 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16984225-
CMYK0.250.6300.12
HSL276.17º70.15%60.59%-
HSV(B)276.17º62.67%88.24%-
XYZ33.1220.2173.39-
YUV125.49184.16159.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 84 (33.20% from 255) = 17.57%
BLUE value IS 225 (88.28% from 255) = 47.07%
R=35.36%
G=17.57%
B=47.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal169842250.250.6300.12276.1770.1560.59
HexA954E1193F0C114463d
Octal251124341317701442410675
Binary1010100110101001110000111001111111011001000101001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954E1; }

 p { color: rgb(169,84,225); }

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

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

 a { background-color: rgb(169,84,225); }

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

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

 span { border-color: rgb(169,84,225); }

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