#AC51CA

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

Shades of Medium Orchid #AC51CA

Tints of Medium Orchid #AC51CA

Color information

#AC51CA (or 0xAC51CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 51 and CA. RGB value is (172,81,202). Sum of RGB (Red+Green+Blue) = 172+81+202=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51CA is #53AE35. Grayscale: #797979. Windows color (decimal): -5484086 or 13259180. OLE color: 13259180.

HSL color Cylindrical-coordinate representation of color #AC51CA: hue angle of 285.12º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC51CA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17281202-
CMYK0.150.6000.21
HSL285.12º53.3%55.49%-
HSV(B)285.12º59.9%79.22%-
XYZ30.6218.9257.92-
YUV122173.15163.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 81 (32.03% from 255) = 17.80%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=37.80%
G=17.80%
B=44.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172812020.150.6000.21285.1253.355.49
HexAC51CAF3C01511d3537
Octal25412131217740254356567
Binary101011001010001110010101111111100010101100011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51CA; }

 p { color: rgb(172,81,202); }

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

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

 a { background-color: rgb(172,81,202); }

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

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

 span { border-color: rgb(172,81,202); }

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