#AC66CA

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

Shades of Medium Orchid #AC66CA

Tints of Medium Orchid #AC66CA

Color information

#AC66CA (or 0xAC66CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 66 and CA. RGB value is (172,102,202). Sum of RGB (Red+Green+Blue) = 172+102+202=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66CA is #539935. Grayscale: #868686. Windows color (decimal): -5478710 or 13264556. OLE color: 13264556.

HSL color Cylindrical-coordinate representation of color #AC66CA: hue angle of 282º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC66CA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172102202-
CMYK0.150.5000.21
HSL282º48.54%59.61%-
HSV(B)282º49.5%79.22%-
XYZ32.4322.5458.52-
YUV134.33166.19154.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 102 (40.23% from 255) = 21.43%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=36.13%
G=21.43%
B=42.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721022020.150.5000.2128248.5459.61
HexAC66CAF3201511a313c
Octal25414631217620254326174
Binary101011001100110110010101111110010010101100011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66CA; }

 p { color: rgb(172,102,202); }

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

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

 a { background-color: rgb(172,102,202); }

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

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

 span { border-color: rgb(172,102,202); }

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