#a958df

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

Shades of Medium Orchid #A958DF

Tints of Medium Orchid #A958DF

Color information

#A958DF (or 0xA958DF) is unknown color: approx Medium Orchid. HEX triplet: A9, 58 and DF. RGB value is (169,88,223). Sum of RGB (Red+Green+Blue) = 169+88+223=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #A958DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958DF is #56A720. Grayscale: #7F7F7F. Windows color (decimal): -5678881 or 14637225. OLE color: 14637225.

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

Color convert

RGB16988223-
CMYK0.240.6100.13
HSL276º67.84%60.98%-
HSV(B)276º60.54%87.45%-
XYZ33.1720.7472.07-
YUV127.61181.84157.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 88 (34.77% from 255) = 18.33%
BLUE value IS 223 (87.5% from 255) = 46.46%
R=35.21%
G=18.33%
B=46.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169882230.240.6100.1327667.8460.98
HexA958DF183D0D114443d
Octal251130337307501542410475
Binary1010100110110001101111111000111101011011000101001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a958df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a958df; }

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

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

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

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

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

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

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

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