#AD4BEA

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

Shades of Medium Orchid #AD4BEA

Tints of Medium Orchid #AD4BEA

Color information

#AD4BEA (or 0xAD4BEA) is unknown color: approx Medium Orchid. HEX triplet: AD, 4B and EA. RGB value is (173,75,234). Sum of RGB (Red+Green+Blue) = 173+75+234=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD4BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BEA is #52B415. Grayscale: #797979. Windows color (decimal): -5420054 or 15354797. OLE color: 15354797.

HSL color Cylindrical-coordinate representation of color #AD4BEA: hue angle of 276.98º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4BEA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17375234-
CMYK0.260.6800.08
HSL276.98º79.1%60.59%-
HSV(B)276.98º67.95%91.76%-
XYZ34.619.8679.85-
YUV122.43190.97164.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 75 (29.69% from 255) = 15.56%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=35.89%
G=15.56%
B=48.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal173752340.260.6800.08276.9879.160.59
HexAD4BEA1A44081154f3d
Octal2551133523210401042511775
Binary10101101100101111101010110101000100010001000101011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4BEA; }

 p { color: rgb(173,75,234); }

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

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

 a { background-color: rgb(173,75,234); }

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

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

 span { border-color: rgb(173,75,234); }

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