#AA44C4

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

Shades of Medium Orchid #AA44C4

Tints of Medium Orchid #AA44C4

Color information

#AA44C4 (or 0xAA44C4) is unknown color: approx Medium Orchid. HEX triplet: AA, 44 and C4. RGB value is (170,68,196). Sum of RGB (Red+Green+Blue) = 170+68+196=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA44C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44C4 is #55BB3B. Grayscale: #707070. Windows color (decimal): -5618492 or 12862634. OLE color: 12862634.

HSL color Cylindrical-coordinate representation of color #AA44C4: hue angle of 287.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA44C4 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17068196-
CMYK0.130.6500.23
HSL287.81º52.03%51.76%-
HSV(B)287.81º65.31%76.86%-
XYZ28.6116.6753.93-
YUV113.09174.79168.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 68 (26.95% from 255) = 15.67%
BLUE value IS 196 (76.95% from 255) = 45.16%
R=39.17%
G=15.67%
B=45.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170681960.130.6500.23287.8152.0351.76
HexAA44C4D410171203434
Octal252104304151010274406464
Binary1010101010001001100010011011000001010111100100000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA44C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA44C4; }

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

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

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

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

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

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

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

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