#AD64CB

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

Shades of Medium Orchid #AD64CB

Tints of Medium Orchid #AD64CB

Color information

#AD64CB (or 0xAD64CB) is unknown color: approx Medium Orchid. HEX triplet: AD, 64 and CB. RGB value is (173,100,203). Sum of RGB (Red+Green+Blue) = 173+100+203=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64CB is #529B34. Grayscale: #858585. Windows color (decimal): -5413685 or 13329581. OLE color: 13329581.

HSL color Cylindrical-coordinate representation of color #AD64CB: hue angle of 282.52º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD64CB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173100203-
CMYK0.150.5100.20
HSL282.52º49.76%59.41%-
HSV(B)282.52º50.74%79.61%-
XYZ32.5722.3159.09-
YUV133.57167.18156.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=36.34%
G=21.01%
B=42.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731002030.150.5100.20282.5249.7659.41
HexAD64CBF3301411b323b
Octal25514431317630244336273
Binary101011011100100110010111111110011010100100011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64CB; }

 p { color: rgb(173,100,203); }

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

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

 a { background-color: rgb(173,100,203); }

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

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

 span { border-color: rgb(173,100,203); }

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