#AA48D7

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

Shades of Medium Orchid #AA48D7

Tints of Medium Orchid #AA48D7

Color information

#AA48D7 (or 0xAA48D7) is unknown color: approx Medium Orchid. HEX triplet: AA, 48 and D7. RGB value is (170,72,215). Sum of RGB (Red+Green+Blue) = 170+72+215=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA48D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48D7 is #55B728. Grayscale: #757575. Windows color (decimal): -5617449 or 14108842. OLE color: 14108842.

HSL color Cylindrical-coordinate representation of color #AA48D7: hue angle of 281.12º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA48D7 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17072215-
CMYK0.210.6700.16
HSL281.12º64.13%56.27%-
HSV(B)281.12º66.51%84.31%-
XYZ31.1618.0966.14-
YUV117.6182.97165.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 72 (28.52% from 255) = 15.75%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=37.20%
G=15.75%
B=47.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170722150.210.6700.16281.1264.1356.27
HexAA48D715430101194038
Octal2521103272510302043110070
Binary101010101001000110101111010110000110100001000110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA48D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA48D7; }

 p { color: rgb(170,72,215); }

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

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

 a { background-color: rgb(170,72,215); }

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

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

 span { border-color: rgb(170,72,215); }

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