#AA5CDE

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

Shades of Medium Orchid #AA5CDE

Tints of Medium Orchid #AA5CDE

Color information

#AA5CDE (or 0xAA5CDE) is unknown color: approx Medium Orchid. HEX triplet: AA, 5C and DE. RGB value is (170,92,222). Sum of RGB (Red+Green+Blue) = 170+92+222=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CDE is #55A321. Grayscale: #818181. Windows color (decimal): -5612322 or 14572714. OLE color: 14572714.

HSL color Cylindrical-coordinate representation of color #AA5CDE: hue angle of 276º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5CDE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17092222-
CMYK0.230.5900.13
HSL276º66.33%61.57%-
HSV(B)276º58.56%87.06%-
XYZ33.5921.4771.48-
YUV130.14179.84156.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 92 (36.33% from 255) = 19.01%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=35.12%
G=19.01%
B=45.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170922220.230.5900.1327666.3361.57
HexAA5CDE173B0D114423e
Octal252134336277301542410276
Binary1010101010111001101111010111111011011011000101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CDE; }

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

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

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

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

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

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

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

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