#A955CD

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

Shades of Medium Orchid #A955CD

Tints of Medium Orchid #A955CD

Color information

#A955CD (or 0xA955CD) is unknown color: approx Medium Orchid. HEX triplet: A9, 55 and CD. RGB value is (169,85,205). Sum of RGB (Red+Green+Blue) = 169+85+205=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #A955CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955CD is #56AA32. Grayscale: #7B7B7B. Windows color (decimal): -5679667 or 13456809. OLE color: 13456809.

HSL color Cylindrical-coordinate representation of color #A955CD: hue angle of 282º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A955CD is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16985205-
CMYK0.180.5900.20
HSL282º54.55%56.86%-
HSV(B)282º58.54%80.39%-
XYZ30.6319.3459.88-
YUV123.8173.83160.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=36.82%
G=18.52%
B=44.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169852050.180.5900.2028254.5556.86
HexA955CD123B01411a3739
Octal25112531522730244326771
Binary1010100110101011100110110010111011010100100011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A955CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A955CD; }

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

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

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

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

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

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

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

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