#AA45EA

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

Shades of Medium Orchid #AA45EA

Tints of Medium Orchid #AA45EA

Color information

#AA45EA (or 0xAA45EA) is unknown color: approx Medium Orchid. HEX triplet: AA, 45 and EA. RGB value is (170,69,234). Sum of RGB (Red+Green+Blue) = 170+69+234=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA45EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA45EA is #55BA15. Grayscale: #757575. Windows color (decimal): -5618198 or 15353258. OLE color: 15353258.

HSL color Cylindrical-coordinate representation of color #AA45EA: hue angle of 276.73º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA45EA is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17069234-
CMYK0.270.7100.08
HSL276.73º79.71%59.41%-
HSV(B)276.73º70.51%91.76%-
XYZ33.5618.7479.69-
YUV118.01193.46165.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 69 (27.34% from 255) = 14.59%
BLUE value IS 234 (91.80% from 255) = 49.47%
R=35.94%
G=14.59%
B=49.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170692340.270.7100.08276.7379.7159.41
HexAA45EA1B4708115503b
Octal2521053523310701042512073
Binary10101010100010111101010110111000111010001000101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA45EA; }

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

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

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

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

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

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

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

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