#AD61CA

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

Shades of Medium Orchid #AD61CA

Tints of Medium Orchid #AD61CA

Color information

#AD61CA (or 0xAD61CA) is unknown color: approx Medium Orchid. HEX triplet: AD, 61 and CA. RGB value is (173,97,202). Sum of RGB (Red+Green+Blue) = 173+97+202=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD61CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61CA is #529E35. Grayscale: #838383. Windows color (decimal): -5414454 or 13263277. OLE color: 13263277.

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

Color convert

RGB17397202-
CMYK0.140.5200.21
HSL283.43º49.76%58.63%-
HSV(B)283.43º51.98%79.22%-
XYZ32.1721.758.37-
YUV131.69167.68157.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=36.65%
G=20.55%
B=42.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173972020.140.5200.21283.4349.7658.63
HexAD61CAE3401511b323b
Octal25514131216640254336273
Binary101011011100001110010101110110100010101100011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61CA; }

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

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

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

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

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

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

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

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