#AA58CA

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

Shades of Medium Orchid #AA58CA

Tints of Medium Orchid #AA58CA

Color information

#AA58CA (or 0xAA58CA) is unknown color: approx Medium Orchid. HEX triplet: AA, 58 and CA. RGB value is (170,88,202). Sum of RGB (Red+Green+Blue) = 170+88+202=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58CA is #55A735. Grayscale: #7D7D7D. Windows color (decimal): -5613366 or 13260970. OLE color: 13260970.

HSL color Cylindrical-coordinate representation of color #AA58CA: hue angle of 283.16º 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 #AA58CA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17088202-
CMYK0.160.5600.21
HSL283.16º51.82%56.86%-
HSV(B)283.16º56.44%79.22%-
XYZ30.7319.7958.08-
YUV125.51171.17159.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 88 (34.77% from 255) = 19.13%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=36.96%
G=19.13%
B=43.91%

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
Decimal170882020.160.5600.21283.1651.8256.86
HexAA58CA103801511b3439
Octal25213031220700254336471
Binary1010101010110001100101010000111000010101100011011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA58CA; }

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

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

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

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

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

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

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

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