#AC5ACA

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

Shades of Medium Orchid #AC5ACA

Tints of Medium Orchid #AC5ACA

Color information

#AC5ACA (or 0xAC5ACA) is unknown color: approx Medium Orchid. HEX triplet: AC, 5A and CA. RGB value is (172,90,202). Sum of RGB (Red+Green+Blue) = 172+90+202=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC5ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ACA is #53A535. Grayscale: #7E7E7E. Windows color (decimal): -5481782 or 13261484. OLE color: 13261484.

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

Color convert

RGB17290202-
CMYK0.150.5500.21
HSL283.93º51.38%57.25%-
HSV(B)283.93º55.45%79.22%-
XYZ31.3320.3558.15-
YUV127.29170.17159.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 90 (35.55% from 255) = 19.40%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=37.07%
G=19.40%
B=43.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172902020.150.5500.21283.9351.3857.25
HexAC5ACAF3701511c3339
Octal25413231217670254346371
Binary101011001011010110010101111110111010101100011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5ACA; }

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

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

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

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

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

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

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

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