#A955F1

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

Shades of Medium Orchid #A955F1

Tints of Medium Orchid #A955F1

Color information

#A955F1 (or 0xA955F1) is unknown color: approx Medium Orchid. HEX triplet: A9, 55 and F1. RGB value is (169,85,241). Sum of RGB (Red+Green+Blue) = 169+85+241=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #A955F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A955F1 is #56AA0E. Grayscale: #7F7F7F. Windows color (decimal): -5679631 or 15816105. OLE color: 15816105.

HSL color Cylindrical-coordinate representation of color #A955F1: hue angle of 272.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A955F1 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16985241-
CMYK0.300.6500.05
HSL272.31º84.78%63.92%-
HSV(B)272.31º64.73%94.51%-
XYZ35.4921.2885.46-
YUV127.9191.83157.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 85 (33.59% from 255) = 17.17%
BLUE value IS 241 (94.53% from 255) = 48.69%
R=34.14%
G=17.17%
B=48.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169852410.300.6500.05272.3184.7863.92
HexA955F11E41051105540
Octal2511253613610105420125100
Binary10101001101010111110001111101000001010110001000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A955F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A955F1; }

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

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

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

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

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

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

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

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