#AC50D4

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

Shades of Medium Orchid #AC50D4

Tints of Medium Orchid #AC50D4

Color information

#AC50D4 (or 0xAC50D4) is unknown color: approx Medium Orchid. HEX triplet: AC, 50 and D4. RGB value is (172,80,212). Sum of RGB (Red+Green+Blue) = 172+80+212=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC50D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50D4 is #53AF2B. Grayscale: #7A7A7A. Windows color (decimal): -5484332 or 13914284. OLE color: 13914284.

HSL color Cylindrical-coordinate representation of color #AC50D4: hue angle of 281.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC50D4 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17280212-
CMYK0.190.6200.17
HSL281.82º60.55%57.25%-
HSV(B)281.82º62.26%83.14%-
XYZ31.7719.2664.33-
YUV122.56178.48163.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 80 (31.64% from 255) = 17.24%
BLUE value IS 212 (83.20% from 255) = 45.69%
R=37.07%
G=17.24%
B=45.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172802120.190.6200.17281.8260.5557.25
HexAC50D4133E01111a3d39
Octal25412032423760214327571
Binary1010110010100001101010010011111110010001100011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50D4; }

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

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

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

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

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

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

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

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