#aa48ce

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

Shades of Medium Orchid #AA48CE

Tints of Medium Orchid #AA48CE

Color information

#AA48CE (or 0xAA48CE) is unknown color: approx Medium Orchid. HEX triplet: AA, 48 and CE. RGB value is (170,72,206). Sum of RGB (Red+Green+Blue) = 170+72+206=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48CE is #55B731. Grayscale: #747474. Windows color (decimal): -5617458 or 13519018. OLE color: 13519018.

HSL color Cylindrical-coordinate representation of color #AA48CE: hue angle of 283.88º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA48CE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17072206-
CMYK0.170.6500.19
HSL283.88º57.76%54.51%-
HSV(B)283.88º65.05%80.78%-
XYZ30.0417.6460.21-
YUV116.58178.47166.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 72 (28.52% from 255) = 16.07%
BLUE value IS 206 (80.86% from 255) = 45.98%
R=37.95%
G=16.07%
B=45.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170722060.170.6500.19283.8857.7654.51
HexAA48CE114101311c3a37
Octal252110316211010234347267
Binary10101010100100011001110100011000001010011100011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa48ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa48ce; }

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

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

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

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

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

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

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

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