#a955df

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

Shades of Medium Orchid #A955DF

Tints of Medium Orchid #A955DF

Color information

#A955DF (or 0xA955DF) is unknown color: approx Medium Orchid. HEX triplet: A9, 55 and DF. RGB value is (169,85,223). Sum of RGB (Red+Green+Blue) = 169+85+223=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #A955DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955DF is #56AA20. Grayscale: #7D7D7D. Windows color (decimal): -5679649 or 14636457. OLE color: 14636457.

HSL color Cylindrical-coordinate representation of color #A955DF: hue angle of 276.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A955DF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16985223-
CMYK0.240.6200.13
HSL276.52º68.32%60.39%-
HSV(B)276.52º61.88%87.45%-
XYZ32.9320.2671.99-
YUV125.85182.83158.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 85 (33.59% from 255) = 17.82%
BLUE value IS 223 (87.5% from 255) = 46.75%
R=35.43%
G=17.82%
B=46.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169852230.240.6200.13276.5268.3260.39
HexA955DF183E0D115443c
Octal251125337307601542510474
Binary1010100110101011101111111000111110011011000101011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a955df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a955df; }

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

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

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

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

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

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

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

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