#AA4BCA

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

Shades of Medium Orchid #AA4BCA

Tints of Medium Orchid #AA4BCA

Color information

#AA4BCA (or 0xAA4BCA) is unknown color: approx Medium Orchid. HEX triplet: AA, 4B and CA. RGB value is (170,75,202). Sum of RGB (Red+Green+Blue) = 170+75+202=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA4BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BCA is #55B435. Grayscale: #757575. Windows color (decimal): -5616694 or 13257642. OLE color: 13257642.

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

Color convert

RGB17075202-
CMYK0.160.6300.21
HSL284.88º54.51%54.31%-
HSV(B)284.88º62.87%79.22%-
XYZ29.7517.8457.75-
YUV117.88175.47165.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=38.03%
G=16.78%
B=45.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170752020.160.6300.21284.8854.5154.31
HexAA4BCA103F01511d3736
Octal25211331220770254356766
Binary1010101010010111100101010000111111010101100011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BCA; }

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

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

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

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

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

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

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

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