Html Css Color HEX #AD5BEE Medium Orchid

📋 copy color: '#AD5BEE'

red 173 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #AD5BEE

Tints of Medium Orchid #AD5BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 34.46%
G = 18.13%
B = 47.41%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD5BEE (or 0xAD5BEE) is known color: Medium Orchid. HEX triplet: AD, 5B and EE. RGB value is (173,91,238). Sum of RGB (Red+Green+Blue) = 173+91+238=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD5BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BEE is #52A411. Grayscale: #838383. Windows color (decimal): -5415954 or 15621037. OLE color: 15621037.

HSL color Cylindrical-coordinate representation of color #AD5BEE: hue angle of 273.47º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5BEE is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 91 238 -
CMYK 0.27 0.62 0 0.07
HSL 273.47º 0.81% 0.65% -
HSV(B) 273.47º 0.62% 0.93% -
XYZ 36.41 22.54 83.32 -
YUV 132.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 173 91 238 0.27 0.62 0 0.07 273.47 0.81 0.65
Hex AD 5B EE 1B 3E 0 7 111 51 41
Octal 255 133 356 33 76 0 7 421 121 101
Binary 10101101 1011011 11101110 11011 111110 0 111 100010001 1010001 1000001

Color Harmonies of #AD5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5BEE

Black with #AD5BEE

Text Example


Text Example

White with #AD5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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