#AC42CA

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

Shades of Medium Orchid #AC42CA

Tints of Medium Orchid #AC42CA

Color information

#AC42CA (or 0xAC42CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 42 and CA. RGB value is (172,66,202). Sum of RGB (Red+Green+Blue) = 172+66+202=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42CA is #53BD35. Grayscale: #707070. Windows color (decimal): -5487926 or 13255340. OLE color: 13255340.

HSL color Cylindrical-coordinate representation of color #AC42CA: hue angle of 286.76º 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 #AC42CA is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17266202-
CMYK0.150.6700.21
HSL286.76º56.2%52.55%-
HSV(B)286.76º67.33%79.22%-
XYZ29.6216.9357.58-
YUV113.2178.12169.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=39.09%
G=15%
B=45.91%

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
Decimal172662020.150.6700.21286.7656.252.55
HexAC42CAF4301511f3835
Octal254102312171030254377065
Binary1010110010000101100101011111000011010101100011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC42CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC42CA; }

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

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

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

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

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

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

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

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