Html Css Color HEX #AD40EB Medium Orchid

📋 copy color: '#AD40EB'

red 173 ◦ green 64 ◦ blue 235

#AD40EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AD40EB

Tints of Medium Orchid #AD40EB

RGB

 RED value IS 173 (67.97% from 255) = 36.65%

 GREEN value IS 64 (25.39% from 255) = 13.56%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 36.65%
G = 13.56%
B = 49.79%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD40EB (or 0xAD40EB) is known color: Medium Orchid. HEX triplet: AD, 40 and EB. RGB value is (173,64,235). Sum of RGB (Red+Green+Blue) = 173+64+235=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD40EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40EB is #52BF14. Grayscale: #737373. Windows color (decimal): -5422869 or 15417517. OLE color: 15417517.

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

Color convert

RGB 173 64 235 -
CMYK 0.26 0.73 0 0.08
HSL 278.25º 0.81% 0.59% -
HSV(B) 278.25º 0.73% 0.92% -
XYZ 34.06 18.55 80.38 -
YUV 116.09 195.11 168.6 -
System Red Green Blue C M Y K H S L
Decimal 173 64 235 0.26 0.73 0 0.08 278.25 0.81 0.59
Hex AD 40 EB 1A 49 0 8 116 51 3B
Octal 255 100 353 32 111 0 10 426 121 73
Binary 10101101 1000000 11101011 11010 1001001 0 1000 100010110 1010001 111011

Color Harmonies of #AD40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40EB

Black with #AD40EB

Text Example


Text Example

White with #AD40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40EB; }

 p { color: rgb(173,64,235); }

 H1.HeaderClassName
 {
   color: #AD40EB;
 }
 .AnyTagClassName
 {
   color: #AD40EB;
 }
</style>

background-color css

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

 a { background-color: rgb(173,64,235); }

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

border-color css

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

 span { border-color: rgb(173,64,235); }

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