#AA4BE7

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

Shades of Medium Orchid #AA4BE7

Tints of Medium Orchid #AA4BE7

Color information

#AA4BE7 (or 0xAA4BE7) is unknown color: approx Medium Orchid. HEX triplet: AA, 4B and E7. RGB value is (170,75,231). Sum of RGB (Red+Green+Blue) = 170+75+231=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA4BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BE7 is #55B418. Grayscale: #787878. Windows color (decimal): -5616665 or 15158186. OLE color: 15158186.

HSL color Cylindrical-coordinate representation of color #AA4BE7: hue angle of 276.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4BE7 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17075231-
CMYK0.260.6800.09
HSL276.54º76.47%60%-
HSV(B)276.54º67.53%90.59%-
XYZ33.5219.3577.57-
YUV121.19189.97162.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 75 (29.69% from 255) = 15.76%
BLUE value IS 231 (90.62% from 255) = 48.53%
R=35.71%
G=15.76%
B=48.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170752310.260.6800.09276.5476.4760
HexAA4BE71A44091154c3c
Octal2521133473210401142511474
Binary10101010100101111100111110101000100010011000101011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BE7; }

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

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

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

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

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

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

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

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