#AC5AE4

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

Shades of Medium Orchid #AC5AE4

Tints of Medium Orchid #AC5AE4

Color information

#AC5AE4 (or 0xAC5AE4) is unknown color: approx Medium Orchid. HEX triplet: AC, 5A and E4. RGB value is (172,90,228). Sum of RGB (Red+Green+Blue) = 172+90+228=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC5AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5AE4 is #53A51B. Grayscale: #818181. Windows color (decimal): -5481756 or 14965420. OLE color: 14965420.

HSL color Cylindrical-coordinate representation of color #AC5AE4: hue angle of 275.65º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC5AE4 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17290228-
CMYK0.250.6100.11
HSL275.65º71.88%62.35%-
HSV(B)275.65º60.53%89.41%-
XYZ34.6721.6875.76-
YUV130.25183.17157.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 90 (35.55% from 255) = 18.37%
BLUE value IS 228 (89.45% from 255) = 46.53%
R=35.10%
G=18.37%
B=46.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172902280.250.6100.11275.6571.8862.35
HexAC5AE4193D0B114483e
Octal254132344317501342411076
Binary1010110010110101110010011001111101010111000101001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5AE4; }

 p { color: rgb(172,90,228); }

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

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

 a { background-color: rgb(172,90,228); }

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

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

 span { border-color: rgb(172,90,228); }

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