#AA5CE7

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

Shades of Medium Orchid #AA5CE7

Tints of Medium Orchid #AA5CE7

Color information

#AA5CE7 (or 0xAA5CE7) is unknown color: approx Medium Orchid. HEX triplet: AA, 5C and E7. RGB value is (170,92,231). Sum of RGB (Red+Green+Blue) = 170+92+231=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA5CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CE7 is #55A318. Grayscale: #828282. Windows color (decimal): -5612313 or 15162538. OLE color: 15162538.

HSL color Cylindrical-coordinate representation of color #AA5CE7: hue angle of 273.67º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5CE7 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17092231-
CMYK0.260.6000.09
HSL273.67º74.33%63.33%-
HSV(B)273.67º60.17%90.59%-
XYZ34.8321.9778.01-
YUV131.17184.34155.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=34.48%
G=18.66%
B=46.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170922310.260.6000.09273.6774.3363.33
HexAA5CE71A3C091124a3f
Octal252134347327401142211277
Binary1010101010111001110011111010111100010011000100101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CE7; }

 p { color: rgb(170,92,231); }

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

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

 a { background-color: rgb(170,92,231); }

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

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

 span { border-color: rgb(170,92,231); }

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