#AA45CA

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

Shades of Medium Orchid #AA45CA

Tints of Medium Orchid #AA45CA

Color information

#AA45CA (or 0xAA45CA) is unknown color: approx Medium Orchid. HEX triplet: AA, 45 and CA. RGB value is (170,69,202). Sum of RGB (Red+Green+Blue) = 170+69+202=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA45CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45CA is #55BA35. Grayscale: #717171. Windows color (decimal): -5618230 or 13256106. OLE color: 13256106.

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

Color convert

RGB17069202-
CMYK0.160.6600.21
HSL285.56º55.65%53.14%-
HSV(B)285.56º65.84%79.22%-
XYZ29.3717.0757.62-
YUV114.36177.46167.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=38.55%
G=15.65%
B=45.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170692020.160.6600.21285.5655.6553.14
HexAA45CA104201511e3835
Octal252105312201020254367065
Binary10101010100010111001010100001000010010101100011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA45CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA45CA; }

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

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

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

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

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

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

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

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