#AA44CC

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

Shades of Medium Orchid #AA44CC

Tints of Medium Orchid #AA44CC

Color information

#AA44CC (or 0xAA44CC) is unknown color: approx Medium Orchid. HEX triplet: AA, 44 and CC. RGB value is (170,68,204). Sum of RGB (Red+Green+Blue) = 170+68+204=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA44CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44CC is #55BB33. Grayscale: #717171. Windows color (decimal): -5618484 or 13386922. OLE color: 13386922.

HSL color Cylindrical-coordinate representation of color #AA44CC: hue angle of 285º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA44CC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17068204-
CMYK0.170.6700.2
HSL285º57.14%53.33%-
HSV(B)285º66.67%80%-
XYZ29.5417.0458.86-
YUV114178.79167.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 68 (26.95% from 255) = 15.38%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=38.46%
G=15.38%
B=46.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170682040.170.6700.228557.1453.33
HexAA44CC114301411d3935
Octal252104314211030244357165
Binary10101010100010011001100100011000011010100100011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA44CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA44CC; }

 p { color: rgb(170,68,204); }

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

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

 a { background-color: rgb(170,68,204); }

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

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

 span { border-color: rgb(170,68,204); }

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