Html Css Color HEX #AD5BE0 Medium Orchid

📋 copy color: '#AD5BE0'

red 173 ◦ green 91 ◦ blue 224

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

Shades of Medium Orchid #AD5BE0

Tints of Medium Orchid #AD5BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.65%

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 35.45%
G = 18.65%
B = 45.9%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD5BE0 (or 0xAD5BE0) is known color: Medium Orchid. HEX triplet: AD, 5B and E0. RGB value is (173,91,224). Sum of RGB (Red+Green+Blue) = 173+91+224=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD5BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BE0 is #52A41F. Grayscale: #828282. Windows color (decimal): -5415968 or 14703533. OLE color: 14703533.

HSL color Cylindrical-coordinate representation of color #AD5BE0: hue angle of 276.99º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5BE0 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 91 224 -
CMYK 0.23 0.59 0 0.12
HSL 276.99º 0.68% 0.62% -
HSV(B) 276.99º 0.59% 0.88% -
XYZ 34.43 21.75 72.9 -
YUV 130.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 173 91 224 0.23 0.59 0 0.12 276.99 0.68 0.62
Hex AD 5B E0 17 3B 0 C 115 44 3E
Octal 255 133 340 27 73 0 14 425 104 76
Binary 10101101 1011011 11100000 10111 111011 0 1100 100010101 1000100 111110

Color Harmonies of #AD5BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5BE0

Black with #AD5BE0

Text Example


Text Example

White with #AD5BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5BE0; }

 p { color: rgb(173,91,224); }

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

background-color css

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

 a { background-color: rgb(173,91,224); }

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

border-color css

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

 span { border-color: rgb(173,91,224); }

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