#A958CA

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

Shades of Medium Orchid #A958CA

Tints of Medium Orchid #A958CA

Color information

#A958CA (or 0xA958CA) is unknown color: approx Medium Orchid. HEX triplet: A9, 58 and CA. RGB value is (169,88,202). Sum of RGB (Red+Green+Blue) = 169+88+202=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #A958CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958CA is #56A735. Grayscale: #7C7C7C. Windows color (decimal): -5678902 or 13260969. OLE color: 13260969.

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

Color convert

RGB16988202-
CMYK0.160.5600.21
HSL282.63º51.82%56.86%-
HSV(B)282.63º56.44%79.22%-
XYZ30.5119.6858.07-
YUV125.22171.34159.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=36.82%
G=19.17%
B=44.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169882020.160.5600.21282.6351.8256.86
HexA958CA103801511b3439
Octal25113031220700254336471
Binary1010100110110001100101010000111000010101100011011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A958CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A958CA; }

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

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

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

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

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

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

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

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