#AA4BCC

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

Shades of Medium Orchid #AA4BCC

Tints of Medium Orchid #AA4BCC

Color information

#AA4BCC (or 0xAA4BCC) is unknown color: approx Medium Orchid. HEX triplet: AA, 4B and CC. RGB value is (170,75,204). Sum of RGB (Red+Green+Blue) = 170+75+204=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA4BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BCC is #55B433. Grayscale: #757575. Windows color (decimal): -5616692 or 13388714. OLE color: 13388714.

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

Color convert

RGB17075204-
CMYK0.170.6300.2
HSL284.19º55.84%54.71%-
HSV(B)284.19º63.24%80%-
XYZ29.9917.9459.01-
YUV118.11176.47165.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 75 (29.69% from 255) = 16.70%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=37.86%
G=16.70%
B=45.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170752040.170.6300.2284.1955.8454.71
HexAA4BCC113F01411c3837
Octal25211331421770244347067
Binary1010101010010111100110010001111111010100100011100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BCC; }

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

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

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

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

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

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

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

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