#AC43CA

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

Shades of Medium Orchid #AC43CA

Tints of Medium Orchid #AC43CA

Color information

#AC43CA (or 0xAC43CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 43 and CA. RGB value is (172,67,202). Sum of RGB (Red+Green+Blue) = 172+67+202=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC43CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43CA is #53BC35. Grayscale: #717171. Windows color (decimal): -5487670 or 13255596. OLE color: 13255596.

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

Color convert

RGB17267202-
CMYK0.150.6700.21
HSL286.67º56.02%52.75%-
HSV(B)286.67º66.83%79.22%-
XYZ29.6817.0557.6-
YUV113.79177.79169.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 67 (26.56% from 255) = 15.19%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=39.00%
G=15.19%
B=45.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172672020.150.6700.21286.6756.0252.75
HexAC43CAF4301511f3835
Octal254103312171030254377065
Binary1010110010000111100101011111000011010101100011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC43CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC43CA; }

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

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

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

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

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

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

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

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