Html Css Color HEX #AD45EB Medium Orchid

📋 copy color: '#AD45EB'

red 173 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #AD45EB

Tints of Medium Orchid #AD45EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.47%

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

R = 36.27%
G = 14.47%
B = 49.27%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD45EB (or 0xAD45EB) is known color: Medium Orchid. HEX triplet: AD, 45 and EB. RGB value is (173,69,235). Sum of RGB (Red+Green+Blue) = 173+69+235=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD45EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45EB is #52BA14. Grayscale: #767676. Windows color (decimal): -5421589 or 15418797. OLE color: 15418797.

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

Color convert

RGB 173 69 235 -
CMYK 0.26 0.71 0 0.08
HSL 277.59º 0.81% 0.6% -
HSV(B) 277.59º 0.71% 0.92% -
XYZ 34.36 19.14 80.48 -
YUV 119.02 193.46 166.5 -
System Red Green Blue C M Y K H S L
Decimal 173 69 235 0.26 0.71 0 0.08 277.59 0.81 0.6
Hex AD 45 EB 1A 47 0 8 116 51 3C
Octal 255 105 353 32 107 0 10 426 121 74
Binary 10101101 1000101 11101011 11010 1000111 0 1000 100010110 1010001 111100

Color Harmonies of #AD45EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45EB

Black with #AD45EB

Text Example


Text Example

White with #AD45EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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