#AC5DF1

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

Shades of Medium Orchid #AC5DF1

Tints of Medium Orchid #AC5DF1

Color information

#AC5DF1 (or 0xAC5DF1) is unknown color: approx Medium Orchid. HEX triplet: AC, 5D and F1. RGB value is (172,93,241). Sum of RGB (Red+Green+Blue) = 172+93+241=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC5DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5DF1 is #53A20E. Grayscale: #848484. Windows color (decimal): -5480975 or 15818156. OLE color: 15818156.

HSL color Cylindrical-coordinate representation of color #AC5DF1: hue angle of 272.03º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC5DF1 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17293241-
CMYK0.290.6100.05
HSL272.03º84.09%65.49%-
HSV(B)272.03º61.41%94.51%-
XYZ36.822.9585.71-
YUV133.49188.67155.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=33.99%
G=18.38%
B=47.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172932410.290.6100.05272.0384.0965.49
HexAC5DF11D3D051105441
Octal254135361357505420124101
Binary1010110010111011111000111101111101010110001000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5DF1; }

 p { color: rgb(172,93,241); }

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

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

 a { background-color: rgb(172,93,241); }

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

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

 span { border-color: rgb(172,93,241); }

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