#AD65CA

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

Shades of Medium Orchid #AD65CA

Tints of Medium Orchid #AD65CA

Color information

#AD65CA (or 0xAD65CA) is unknown color: approx Medium Orchid. HEX triplet: AD, 65 and CA. RGB value is (173,101,202). Sum of RGB (Red+Green+Blue) = 173+101+202=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65CA is #529A35. Grayscale: #858585. Windows color (decimal): -5413430 or 13264301. OLE color: 13264301.

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

Color convert

RGB173101202-
CMYK0.140.5000.21
HSL282.77º48.79%59.41%-
HSV(B)282.77º50%79.22%-
XYZ32.5522.4658.5-
YUV134.04166.35155.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 101 (39.84% from 255) = 21.22%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=36.34%
G=21.22%
B=42.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731012020.140.5000.21282.7748.7959.41
HexAD65CAE3201511b313b
Octal25514531216620254336173
Binary101011011100101110010101110110010010101100011011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65CA; }

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

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

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

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

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

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

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

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