#AC52CB

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

Shades of Medium Orchid #AC52CB

Tints of Medium Orchid #AC52CB

Color information

#AC52CB (or 0xAC52CB) is unknown color: approx Medium Orchid. HEX triplet: AC, 52 and CB. RGB value is (172,82,203). Sum of RGB (Red+Green+Blue) = 172+82+203=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52CB is #53AD34. Grayscale: #7A7A7A. Windows color (decimal): -5483829 or 13324972. OLE color: 13324972.

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

Color convert

RGB17282203-
CMYK0.150.6000.20
HSL284.63º53.78%55.88%-
HSV(B)284.63º59.61%79.61%-
XYZ30.8119.1258.57-
YUV122.7173.32163.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=37.64%
G=17.94%
B=44.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172822030.150.6000.20284.6353.7855.88
HexAC52CBF3C01411d3638
Octal25412231317740244356670
Binary101011001010010110010111111111100010100100011101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC52CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC52CB; }

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

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

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

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

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

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

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

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