#A955E5

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

Shades of Medium Orchid #A955E5

Tints of Medium Orchid #A955E5

Color information

#A955E5 (or 0xA955E5) is unknown color: approx Medium Orchid. HEX triplet: A9, 55 and E5. RGB value is (169,85,229). Sum of RGB (Red+Green+Blue) = 169+85+229=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #A955E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955E5 is #56AA1A. Grayscale: #7E7E7E. Windows color (decimal): -5679643 or 15029673. OLE color: 15029673.

HSL color Cylindrical-coordinate representation of color #A955E5: hue angle of 275º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A955E5 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16985229-
CMYK0.260.6300.10
HSL275º73.47%61.57%-
HSV(B)275º62.88%89.8%-
XYZ33.7520.5976.32-
YUV126.53185.83158.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 229 (89.84% from 255) = 47.41%
R=34.99%
G=17.60%
B=47.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal169852290.260.6300.1027573.4761.57
HexA955E51A3F0A113493e
Octal251125345327701242311176
Binary1010100110101011110010111010111111010101000100111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A955E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A955E5; }

 p { color: rgb(169,85,229); }

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

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

 a { background-color: rgb(169,85,229); }

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

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

 span { border-color: rgb(169,85,229); }

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