#AA5CCF

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

Shades of Medium Orchid #AA5CCF

Tints of Medium Orchid #AA5CCF

Color information

#AA5CCF (or 0xAA5CCF) is unknown color: approx Medium Orchid. HEX triplet: AA, 5C and CF. RGB value is (170,92,207). Sum of RGB (Red+Green+Blue) = 170+92+207=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CCF is #55A330. Grayscale: #808080. Windows color (decimal): -5612337 or 13589674. OLE color: 13589674.

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

Color convert

RGB17092207-
CMYK0.180.5600.19
HSL280.7º54.5%58.63%-
HSV(B)280.7º55.56%81.18%-
XYZ31.6720.7161.36-
YUV128.43172.34157.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 92 (36.33% from 255) = 19.62%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=36.25%
G=19.62%
B=44.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170922070.180.5600.19280.754.558.63
HexAA5CCF1238013119373b
Octal25213431722700234316773
Binary1010101010111001100111110010111000010011100011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CCF; }

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

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

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

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

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

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

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

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