#AC53CA

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

Shades of Medium Orchid #AC53CA

Tints of Medium Orchid #AC53CA

Color information

#AC53CA (or 0xAC53CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 53 and CA. RGB value is (172,83,202). Sum of RGB (Red+Green+Blue) = 172+83+202=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53CA is #53AC35. Grayscale: #7A7A7A. Windows color (decimal): -5483574 or 13259692. OLE color: 13259692.

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

Color convert

RGB17283202-
CMYK0.150.5900.21
HSL284.87º52.89%55.88%-
HSV(B)284.87º58.91%79.22%-
XYZ30.7719.2257.97-
YUV123.18172.49162.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 83 (32.81% from 255) = 18.16%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=37.64%
G=18.16%
B=44.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172832020.150.5900.21284.8752.8955.88
HexAC53CAF3B01511d3538
Octal25412331217730254356570
Binary101011001010011110010101111111011010101100011101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC53CA; }

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

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

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

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

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

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

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

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