#AC64CD

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

Shades of Medium Orchid #AC64CD

Tints of Medium Orchid #AC64CD

Color information

#AC64CD (or 0xAC64CD) is unknown color: approx Medium Orchid. HEX triplet: AC, 64 and CD. RGB value is (172,100,205). Sum of RGB (Red+Green+Blue) = 172+100+205=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64CD is #539B32. Grayscale: #858585. Windows color (decimal): -5479219 or 13460652. OLE color: 13460652.

HSL color Cylindrical-coordinate representation of color #AC64CD: hue angle of 281.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC64CD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172100205-
CMYK0.160.5100.20
HSL281.14º51.22%59.8%-
HSV(B)281.14º51.22%80.39%-
XYZ32.5922.2960.34-
YUV133.5168.35155.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=36.06%
G=20.96%
B=42.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721002050.160.5100.20281.1451.2259.8
HexAC64CD1033014119333c
Octal25414431520630244316374
Binary1010110011001001100110110000110011010100100011001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC64CD; }

 p { color: rgb(172,100,205); }

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

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

 a { background-color: rgb(172,100,205); }

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

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

 span { border-color: rgb(172,100,205); }

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