#AA4DE7

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

Shades of Medium Orchid #AA4DE7

Tints of Medium Orchid #AA4DE7

Color information

#AA4DE7 (or 0xAA4DE7) is unknown color: approx Medium Orchid. HEX triplet: AA, 4D and E7. RGB value is (170,77,231). Sum of RGB (Red+Green+Blue) = 170+77+231=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA4DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DE7 is #55B218. Grayscale: #797979. Windows color (decimal): -5616153 or 15158698. OLE color: 15158698.

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

Color convert

RGB17077231-
CMYK0.260.6700.09
HSL276.23º76.24%60.39%-
HSV(B)276.23º66.67%90.59%-
XYZ33.6619.6277.62-
YUV122.36189.31161.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 77 (30.47% from 255) = 16.11%
BLUE value IS 231 (90.62% from 255) = 48.33%
R=35.56%
G=16.11%
B=48.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170772310.260.6700.09276.2376.2460.39
HexAA4DE71A43091144c3c
Octal2521153473210301142411474
Binary10101010100110111100111110101000011010011000101001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DE7; }

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

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

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

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

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

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

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

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