#AC81ED

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

Shades of Medium Purple #AC81ED

Tints of Medium Purple #AC81ED

Color information

#AC81ED (or 0xAC81ED) is unknown color: approx Medium Purple. HEX triplet: AC, 81 and ED. RGB value is (172,129,237). Sum of RGB (Red+Green+Blue) = 172+129+237=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC81ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC81ED is #537E12. Grayscale: #999999. Windows color (decimal): -5471763 or 15565228. OLE color: 15565228.

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

Color convert

RGB172129237-
CMYK0.270.4600.07
HSL263.89º75%71.76%-
HSV(B)263.89º45.57%92.94%-
XYZ40.1530.5983.91-
YUV154.17174.75140.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=31.97%
G=23.98%
B=44.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721292370.270.4600.07263.897571.76
HexAC81ED1B2E071084b48
Octal254201355335607410113110
Binary10101100100000011110110111011101110011110000100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81ED; }

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

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

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

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

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

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

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

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