#AA58CD

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

Shades of Medium Orchid #AA58CD

Tints of Medium Orchid #AA58CD

Color information

#AA58CD (or 0xAA58CD) is unknown color: approx Medium Orchid. HEX triplet: AA, 58 and CD. RGB value is (170,88,205). Sum of RGB (Red+Green+Blue) = 170+88+205=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA58CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58CD is #55A732. Grayscale: #7D7D7D. Windows color (decimal): -5613363 or 13457578. OLE color: 13457578.

HSL color Cylindrical-coordinate representation of color #AA58CD: hue angle of 282.05º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA58CD is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17088205-
CMYK0.170.5700.20
HSL282.05º53.92%57.45%-
HSV(B)282.05º57.07%80.39%-
XYZ31.0919.9359.97-
YUV125.86172.67159.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=36.72%
G=19.01%
B=44.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170882050.170.5700.20282.0553.9257.45
HexAA58CD113901411a3639
Octal25213031521710244326671
Binary1010101010110001100110110001111001010100100011010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA58CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA58CD; }

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

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

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

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

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

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

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

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