#AA61CA

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

Shades of Medium Orchid #AA61CA

Tints of Medium Orchid #AA61CA

Color information

#AA61CA (or 0xAA61CA) is unknown color: approx Medium Orchid. HEX triplet: AA, 61 and CA. RGB value is (170,97,202). Sum of RGB (Red+Green+Blue) = 170+97+202=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA61CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61CA is #559E35. Grayscale: #828282. Windows color (decimal): -5611062 or 13263274. OLE color: 13263274.

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

Color convert

RGB17097202-
CMYK0.160.5200.21
HSL281.71º49.76%58.63%-
HSV(B)281.71º51.98%79.22%-
XYZ31.5121.3658.34-
YUV130.8168.18155.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=36.25%
G=20.68%
B=43.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170972020.160.5200.21281.7149.7658.63
HexAA61CA103401511a323b
Octal25214131220640254326273
Binary1010101011000011100101010000110100010101100011010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61CA; }

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

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

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

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

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

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

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

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