#AD4ACA

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

Shades of Medium Orchid #AD4ACA

Tints of Medium Orchid #AD4ACA

Color information

#AD4ACA (or 0xAD4ACA) is unknown color: approx Medium Orchid. HEX triplet: AD, 4A and CA. RGB value is (173,74,202). Sum of RGB (Red+Green+Blue) = 173+74+202=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD4ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ACA is #52B535. Grayscale: #757575. Windows color (decimal): -5420342 or 13257389. OLE color: 13257389.

HSL color Cylindrical-coordinate representation of color #AD4ACA: hue angle of 286.41º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4ACA is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17374202-
CMYK0.140.6300.21
HSL286.41º54.7%54.12%-
HSV(B)286.41º63.37%79.22%-
XYZ30.3418.0557.76-
YUV118.19175.3167.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=38.53%
G=16.48%
B=44.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173742020.140.6300.21286.4154.754.12
HexAD4ACAE3F01511e3736
Octal25511231216770254366766
Binary101011011001010110010101110111111010101100011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4ACA; }

 p { color: rgb(173,74,202); }

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

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

 a { background-color: rgb(173,74,202); }

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

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

 span { border-color: rgb(173,74,202); }

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