#AA4FCA

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

Shades of Medium Orchid #AA4FCA

Tints of Medium Orchid #AA4FCA

Color information

#AA4FCA (or 0xAA4FCA) is unknown color: approx Medium Orchid. HEX triplet: AA, 4F and CA. RGB value is (170,79,202). Sum of RGB (Red+Green+Blue) = 170+79+202=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA4FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FCA is #55B035. Grayscale: #777777. Windows color (decimal): -5615670 or 13258666. OLE color: 13258666.

HSL color Cylindrical-coordinate representation of color #AA4FCA: hue angle of 284.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4FCA is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17079202-
CMYK0.160.6100.21
HSL284.39º53.71%55.1%-
HSV(B)284.39º60.89%79.22%-
XYZ30.0318.457.85-
YUV120.23174.15163.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 79 (31.25% from 255) = 17.52%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=37.69%
G=17.52%
B=44.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170792020.160.6100.21284.3953.7155.1
HexAA4FCA103D01511c3637
Octal25211731220750254346667
Binary1010101010011111100101010000111101010101100011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FCA; }

 p { color: rgb(170,79,202); }

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

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

 a { background-color: rgb(170,79,202); }

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

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

 span { border-color: rgb(170,79,202); }

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