#A958E7

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

Shades of Medium Orchid #A958E7

Tints of Medium Orchid #A958E7

Color information

#A958E7 (or 0xA958E7) is unknown color: approx Medium Orchid. HEX triplet: A9, 58 and E7. RGB value is (169,88,231). Sum of RGB (Red+Green+Blue) = 169+88+231=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #A958E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A958E7 is #56A718. Grayscale: #808080. Windows color (decimal): -5678873 or 15161513. OLE color: 15161513.

HSL color Cylindrical-coordinate representation of color #A958E7: hue angle of 273.99º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A958E7 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16988231-
CMYK0.270.6200.09
HSL273.99º74.87%62.55%-
HSV(B)273.99º61.9%90.59%-
XYZ34.2821.1877.88-
YUV128.52185.84156.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 88 (34.77% from 255) = 18.03%
BLUE value IS 231 (90.62% from 255) = 47.34%
R=34.63%
G=18.03%
B=47.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal169882310.270.6200.09273.9974.8762.55
HexA958E71B3E091124b3f
Octal251130347337601142211377
Binary1010100110110001110011111011111110010011000100101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A958E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A958E7; }

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

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

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

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

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

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

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

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