#AC5CD7

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

Shades of Medium Orchid #AC5CD7

Tints of Medium Orchid #AC5CD7

Color information

#AC5CD7 (or 0xAC5CD7) is unknown color: approx Medium Orchid. HEX triplet: AC, 5C and D7. RGB value is (172,92,215). Sum of RGB (Red+Green+Blue) = 172+92+215=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC5CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CD7 is #53A328. Grayscale: #818181. Windows color (decimal): -5481257 or 14113964. OLE color: 14113964.

HSL color Cylindrical-coordinate representation of color #AC5CD7: hue angle of 279.02º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC5CD7 is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17292215-
CMYK0.20.5700.16
HSL279.02º60.59%60.2%-
HSV(B)279.02º57.21%84.31%-
XYZ33.1121.3366.66-
YUV129.94176158-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 215 (84.38% from 255) = 44.89%
R=35.91%
G=19.21%
B=44.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172922150.20.5700.16279.0260.5960.2
HexAC5CD714390101173d3c
Octal25413432724710204277574
Binary1010110010111001101011110100111001010000100010111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CD7; }

 p { color: rgb(172,92,215); }

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

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

 a { background-color: rgb(172,92,215); }

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

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

 span { border-color: rgb(172,92,215); }

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