#AC42ED

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

Shades of Medium Orchid #AC42ED

Tints of Medium Orchid #AC42ED

Color information

#AC42ED (or 0xAC42ED) is unknown color: approx Medium Orchid. HEX triplet: AC, 42 and ED. RGB value is (172,66,237). Sum of RGB (Red+Green+Blue) = 172+66+237=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC42ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42ED is #53BD12. Grayscale: #747474. Windows color (decimal): -5487891 or 15549100. OLE color: 15549100.

HSL color Cylindrical-coordinate representation of color #AC42ED: hue angle of 277.19º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC42ED is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17266237-
CMYK0.270.7200.07
HSL277.19º82.61%59.41%-
HSV(B)277.19º72.15%92.94%-
XYZ34.2518.7881.94-
YUV117.19195.62167.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 66 (26.17% from 255) = 13.89%
BLUE value IS 237 (92.97% from 255) = 49.89%
R=36.21%
G=13.89%
B=49.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172662370.270.7200.07277.1982.6159.41
HexAC42ED1B4807115533b
Octal254102355331100742512373
Binary1010110010000101110110111011100100001111000101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC42ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC42ED; }

 p { color: rgb(172,66,237); }

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

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

 a { background-color: rgb(172,66,237); }

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

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

 span { border-color: rgb(172,66,237); }

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