#AC43CD

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

Shades of Medium Orchid #AC43CD

Tints of Medium Orchid #AC43CD

Color information

#AC43CD (or 0xAC43CD) is unknown color: approx Medium Orchid. HEX triplet: AC, 43 and CD. RGB value is (172,67,205). Sum of RGB (Red+Green+Blue) = 172+67+205=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC43CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43CD is #53BC32. Grayscale: #717171. Windows color (decimal): -5487667 or 13452204. OLE color: 13452204.

HSL color Cylindrical-coordinate representation of color #AC43CD: hue angle of 285.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC43CD is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17267205-
CMYK0.160.6700.20
HSL285.65º57.98%53.33%-
HSV(B)285.65º67.32%80.39%-
XYZ30.0417.1959.49-
YUV114.13179.29169.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 67 (26.56% from 255) = 15.09%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=38.74%
G=15.09%
B=46.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172672050.160.6700.20285.6557.9853.33
HexAC43CD104301411e3a35
Octal254103315201030244367265
Binary10101100100001111001101100001000011010100100011110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC43CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC43CD; }

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

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

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

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

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

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

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

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