#A955CA

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

Shades of Medium Orchid #A955CA

Tints of Medium Orchid #A955CA

Color information

#A955CA (or 0xA955CA) is unknown color: approx Medium Orchid. HEX triplet: A9, 55 and CA. RGB value is (169,85,202). Sum of RGB (Red+Green+Blue) = 169+85+202=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #A955CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955CA is #56AA35. Grayscale: #7B7B7B. Windows color (decimal): -5679670 or 13260201. OLE color: 13260201.

HSL color Cylindrical-coordinate representation of color #A955CA: hue angle of 283.08º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A955CA is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16985202-
CMYK0.160.5800.21
HSL283.08º52.47%56.27%-
HSV(B)283.08º57.92%79.22%-
XYZ30.2719.257.99-
YUV123.45172.33160.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=37.06%
G=18.64%
B=44.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169852020.160.5800.21283.0852.4756.27
HexA955CA103A01511b3438
Octal25112531220720254336470
Binary1010100110101011100101010000111010010101100011011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A955CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A955CA; }

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

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

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

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

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

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

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

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