#AC45EE

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

Shades of Medium Orchid #AC45EE

Tints of Medium Orchid #AC45EE

Color information

#AC45EE (or 0xAC45EE) is unknown color: approx Medium Orchid. HEX triplet: AC, 45 and EE. RGB value is (172,69,238). Sum of RGB (Red+Green+Blue) = 172+69+238=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC45EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC45EE is #53BA11. Grayscale: #767676. Windows color (decimal): -5487122 or 15615404. OLE color: 15615404.

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

Color convert

RGB17269238-
CMYK0.280.7100.07
HSL276.57º83.25%60.2%-
HSV(B)276.57º71.01%93.33%-
XYZ34.5719.282.77-
YUV119.06195.12165.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 69 (27.34% from 255) = 14.41%
BLUE value IS 238 (93.36% from 255) = 49.69%
R=35.91%
G=14.41%
B=49.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172692380.280.7100.07276.5783.2560.2
HexAC45EE1C4707115533c
Octal254105356341070742512374
Binary1010110010001011110111011100100011101111000101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC45EE; }

 p { color: rgb(172,69,238); }

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

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

 a { background-color: rgb(172,69,238); }

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

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

 span { border-color: rgb(172,69,238); }

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