#AC41F1

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

Shades of Medium Orchid #AC41F1

Tints of Medium Orchid #AC41F1

Color information

#AC41F1 (or 0xAC41F1) is unknown color: approx Medium Orchid. HEX triplet: AC, 41 and F1. RGB value is (172,65,241). Sum of RGB (Red+Green+Blue) = 172+65+241=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC41F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41F1 is #53BE0E. Grayscale: #747474. Windows color (decimal): -5488143 or 15810988. OLE color: 15810988.

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

Color convert

RGB17265241-
CMYK0.290.7300.05
HSL276.48º86.27%60%-
HSV(B)276.48º73.03%94.51%-
XYZ34.7818.985.03-
YUV117.06197.95167.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 65 (25.78% from 255) = 13.60%
BLUE value IS 241 (94.53% from 255) = 50.42%
R=35.98%
G=13.60%
B=50.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172652410.290.7300.05276.4886.2760
HexAC41F11D4905114563c
Octal254101361351110542412674
Binary1010110010000011111000111101100100101011000101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41F1; }

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

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

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

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

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

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

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

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