#AA4ACF

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

Shades of Medium Orchid #AA4ACF

Tints of Medium Orchid #AA4ACF

Color information

#AA4ACF (or 0xAA4ACF) is unknown color: approx Medium Orchid. HEX triplet: AA, 4A and CF. RGB value is (170,74,207). Sum of RGB (Red+Green+Blue) = 170+74+207=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA4ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ACF is #55B530. Grayscale: #757575. Windows color (decimal): -5616945 or 13585066. OLE color: 13585066.

HSL color Cylindrical-coordinate representation of color #AA4ACF: hue angle of 283.31º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4ACF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17074207-
CMYK0.180.6400.19
HSL283.31º58.08%55.1%-
HSV(B)283.31º64.25%81.18%-
XYZ30.2917.9560.9-
YUV117.87178.3165.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 74 (29.30% from 255) = 16.41%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=37.69%
G=16.41%
B=45.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170742070.180.6400.19283.3158.0855.1
HexAA4ACF124001311b3a37
Octal252112317221000234337267
Binary10101010100101011001111100101000000010011100011011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4ACF; }

 p { color: rgb(170,74,207); }

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

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

 a { background-color: rgb(170,74,207); }

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

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

 span { border-color: rgb(170,74,207); }

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