Html Css Color HEX #AD5BEB Medium Orchid

📋 copy color: '#AD5BEB'

red 173 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #AD5BEB

Tints of Medium Orchid #AD5BEB

RGB

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

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

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

R = 34.67%
G = 18.24%
B = 47.09%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD5BEB (or 0xAD5BEB) is known color: Medium Orchid. HEX triplet: AD, 5B and EB. RGB value is (173,91,235). Sum of RGB (Red+Green+Blue) = 173+91+235=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD5BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BEB is #52A414. Grayscale: #838383. Windows color (decimal): -5415957 or 15424429. OLE color: 15424429.

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

Color convert

RGB 173 91 235 -
CMYK 0.26 0.61 0 0.08
HSL 274.17º 0.78% 0.64% -
HSV(B) 274.17º 0.61% 0.92% -
XYZ 35.97 22.36 81.02 -
YUV 131.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 173 91 235 0.26 0.61 0 0.08 274.17 0.78 0.64
Hex AD 5B EB 1A 3D 0 8 112 4E 40
Octal 255 133 353 32 75 0 10 422 116 100
Binary 10101101 1011011 11101011 11010 111101 0 1000 100010010 1001110 1000000

Color Harmonies of #AD5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5BEB

Black with #AD5BEB

Text Example


Text Example

White with #AD5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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