#AC5FE0

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

Shades of Medium Orchid #AC5FE0

Tints of Medium Orchid #AC5FE0

Color information

#AC5FE0 (or 0xAC5FE0) is unknown color: approx Medium Orchid. HEX triplet: AC, 5F and E0. RGB value is (172,95,224). Sum of RGB (Red+Green+Blue) = 172+95+224=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC5FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5FE0 is #53A01F. Grayscale: #848484. Windows color (decimal): -5480480 or 14704556. OLE color: 14704556.

HSL color Cylindrical-coordinate representation of color #AC5FE0: hue angle of 275.81º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5FE0 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17295224-
CMYK0.230.5800.12
HSL275.81º67.54%62.55%-
HSV(B)275.81º57.59%87.84%-
XYZ34.5622.3473.01-
YUV132.73179.51156.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=35.03%
G=19.35%
B=45.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal172952240.230.5800.12275.8167.5462.55
HexAC5FE0173A0C114443f
Octal254137340277201442410477
Binary1010110010111111110000010111111010011001000101001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5FE0; }

 p { color: rgb(172,95,224); }

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

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

 a { background-color: rgb(172,95,224); }

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

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

 span { border-color: rgb(172,95,224); }

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