#AA48DC

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

Shades of Medium Orchid #AA48DC

Tints of Medium Orchid #AA48DC

Color information

#AA48DC (or 0xAA48DC) is unknown color: approx Medium Orchid. HEX triplet: AA, 48 and DC. RGB value is (170,72,220). Sum of RGB (Red+Green+Blue) = 170+72+220=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA48DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48DC is #55B723. Grayscale: #757575. Windows color (decimal): -5617444 or 14436522. OLE color: 14436522.

HSL color Cylindrical-coordinate representation of color #AA48DC: hue angle of 279.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA48DC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17072220-
CMYK0.230.6700.14
HSL279.73º67.89%57.25%-
HSV(B)279.73º67.27%86.27%-
XYZ31.8118.3569.57-
YUV118.17185.47164.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 72 (28.52% from 255) = 15.58%
BLUE value IS 220 (86.33% from 255) = 47.62%
R=36.80%
G=15.58%
B=47.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170722200.230.6700.14279.7367.8957.25
HexAA48DC17430E1184439
Octal2521103342710301643010471
Binary10101010100100011011100101111000011011101000110001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA48DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA48DC; }

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

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

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

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

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

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

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

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