#AC43E6

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

Shades of Medium Orchid #AC43E6

Tints of Medium Orchid #AC43E6

Color information

#AC43E6 (or 0xAC43E6) is unknown color: approx Medium Orchid. HEX triplet: AC, 43 and E6. RGB value is (172,67,230). Sum of RGB (Red+Green+Blue) = 172+67+230=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC43E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC43E6 is #53BC19. Grayscale: #747474. Windows color (decimal): -5487642 or 15090604. OLE color: 15090604.

HSL color Cylindrical-coordinate representation of color #AC43E6: hue angle of 278.65º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC43E6 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17267230-
CMYK0.250.7100.10
HSL278.65º76.53%58.24%-
HSV(B)278.65º70.87%90.2%-
XYZ33.318.576.68-
YUV116.98191.79167.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 67 (26.56% from 255) = 14.29%
BLUE value IS 230 (90.23% from 255) = 49.04%
R=36.67%
G=14.29%
B=49.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal172672300.250.7100.10278.6576.5358.24
HexAC43E619470A1174d3a
Octal2541033463110701242711572
Binary10101100100001111100110110011000111010101000101111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC43E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC43E6; }

 p { color: rgb(172,67,230); }

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

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

 a { background-color: rgb(172,67,230); }

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

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

 span { border-color: rgb(172,67,230); }

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