#AC4DDA

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

Shades of Medium Orchid #AC4DDA

Tints of Medium Orchid #AC4DDA

Color information

#AC4DDA (or 0xAC4DDA) is unknown color: approx Medium Orchid. HEX triplet: AC, 4D and DA. RGB value is (172,77,218). Sum of RGB (Red+Green+Blue) = 172+77+218=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DDA is #53B225. Grayscale: #797979. Windows color (decimal): -5485094 or 14306732. OLE color: 14306732.

HSL color Cylindrical-coordinate representation of color #AC4DDA: hue angle of 280.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC4DDA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17277218-
CMYK0.210.6500.15
HSL280.43º65.58%57.84%-
HSV(B)280.43º64.68%85.49%-
XYZ32.3219.1468.32-
YUV121.48182.47164.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 77 (30.47% from 255) = 16.49%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=36.83%
G=16.49%
B=46.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172772180.210.6500.15280.4365.5857.84
HexAC4DDA15410F118423a
Octal2541153322510101743010272
Binary10101100100110111011010101011000001011111000110001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4DDA; }

 p { color: rgb(172,77,218); }

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

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

 a { background-color: rgb(172,77,218); }

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

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

 span { border-color: rgb(172,77,218); }

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