#AC50E7

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

Shades of Medium Orchid #AC50E7

Tints of Medium Orchid #AC50E7

Color information

#AC50E7 (or 0xAC50E7) is unknown color: approx Medium Orchid. HEX triplet: AC, 50 and E7. RGB value is (172,80,231). Sum of RGB (Red+Green+Blue) = 172+80+231=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC50E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50E7 is #53AF18. Grayscale: #7C7C7C. Windows color (decimal): -5484313 or 15159468. OLE color: 15159468.

HSL color Cylindrical-coordinate representation of color #AC50E7: hue angle of 276.56º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC50E7 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17280231-
CMYK0.260.6500.09
HSL276.56º75.88%60.98%-
HSV(B)276.56º65.37%90.59%-
XYZ34.3120.2877.71-
YUV124.72187.98161.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 231 (90.62% from 255) = 47.83%
R=35.61%
G=16.56%
B=47.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172802310.260.6500.09276.5675.8860.98
HexAC50E71A41091154c3d
Octal2541203473210101142511475
Binary10101100101000011100111110101000001010011000101011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50E7; }

 p { color: rgb(172,80,231); }

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

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

 a { background-color: rgb(172,80,231); }

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

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

 span { border-color: rgb(172,80,231); }

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