#AC46CB

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

Shades of Medium Orchid #AC46CB

Tints of Medium Orchid #AC46CB

Color information

#AC46CB (or 0xAC46CB) is unknown color: approx Medium Orchid. HEX triplet: AC, 46 and CB. RGB value is (172,70,203). Sum of RGB (Red+Green+Blue) = 172+70+203=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC46CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46CB is #53B934. Grayscale: #737373. Windows color (decimal): -5486901 or 13321900. OLE color: 13321900.

HSL color Cylindrical-coordinate representation of color #AC46CB: hue angle of 286.02º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC46CB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17270203-
CMYK0.150.6600.20
HSL286.02º56.12%53.53%-
HSV(B)286.02º65.52%79.61%-
XYZ29.9817.4658.29-
YUV115.66177.29168.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 70 (27.73% from 255) = 15.73%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=38.65%
G=15.73%
B=45.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172702030.150.6600.20286.0256.1253.53
HexAC46CBF4201411e3836
Octal254106313171020244367066
Binary1010110010001101100101111111000010010100100011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC46CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC46CB; }

 p { color: rgb(172,70,203); }

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

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

 a { background-color: rgb(172,70,203); }

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

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

 span { border-color: rgb(172,70,203); }

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