#AC43DC

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

Shades of Medium Orchid #AC43DC

Tints of Medium Orchid #AC43DC

Color information

#AC43DC (or 0xAC43DC) is unknown color: approx Medium Orchid. HEX triplet: AC, 43 and DC. RGB value is (172,67,220). Sum of RGB (Red+Green+Blue) = 172+67+220=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC43DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43DC is #53BC23. Grayscale: #737373. Windows color (decimal): -5487652 or 14435244. OLE color: 14435244.

HSL color Cylindrical-coordinate representation of color #AC43DC: hue angle of 281.18º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC43DC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17267220-
CMYK0.220.7000.14
HSL281.18º68.61%56.27%-
HSV(B)281.18º69.55%86.27%-
XYZ31.9417.9569.49-
YUV115.84186.79168.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 67 (26.56% from 255) = 14.60%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=37.47%
G=14.60%
B=47.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172672200.220.7000.14281.1868.6156.27
HexAC43DC16460E1194538
Octal2541033342610601643110570
Binary10101100100001111011100101101000110011101000110011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC43DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC43DC; }

 p { color: rgb(172,67,220); }

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

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

 a { background-color: rgb(172,67,220); }

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

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

 span { border-color: rgb(172,67,220); }

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