#AA4CFE

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

Shades of Medium Orchid #AA4CFE

Tints of Medium Orchid #AA4CFE

Color information

#AA4CFE (or 0xAA4CFE) is unknown color: approx Medium Orchid. HEX triplet: AA, 4C and FE. RGB value is (170,76,254). Sum of RGB (Red+Green+Blue) = 170+76+254=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA4CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CFE is #55B301. Grayscale: #7B7B7B. Windows color (decimal): -5616386 or 16665770. OLE color: 16665770.

HSL color Cylindrical-coordinate representation of color #AA4CFE: hue angle of 271.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4CFE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17076254-
CMYK0.330.7000.00
HSL271.69º98.89%64.71%-
HSV(B)271.69º70.08%99.61%-
XYZ37.0520.8795.84-
YUV124.4201.14160.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 76 (30.08% from 255) = 15.2%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=34%
G=15.2%
B=50.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal170762540.330.7000.00271.6998.8964.71
HexAA4CFE2146001106341
Octal2521143764110600420143101
Binary1010101010011001111111010000110001100010001000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4CFE; }

 p { color: rgb(170,76,254); }

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

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

 a { background-color: rgb(170,76,254); }

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

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

 span { border-color: rgb(170,76,254); }

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