Html Css Color HEX #AD5BDA Medium Orchid

📋 copy color: '#AD5BDA'

red 173 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #AD5BDA

Tints of Medium Orchid #AD5BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 35.89%
G = 18.88%
B = 45.23%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD5BDA (or 0xAD5BDA) is known color: Medium Orchid. HEX triplet: AD, 5B and DA. RGB value is (173,91,218). Sum of RGB (Red+Green+Blue) = 173+91+218=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD5BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BDA is #52A425. Grayscale: #818181. Windows color (decimal): -5415974 or 14310317. OLE color: 14310317.

HSL color Cylindrical-coordinate representation of color #AD5BDA: hue angle of 278.74º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5BDA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 91 218 -
CMYK 0.21 0.58 0 0.15
HSL 278.74º 0.63% 0.61% -
HSV(B) 278.74º 0.58% 0.85% -
XYZ 33.63 21.43 68.69 -
YUV 130 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 173 91 218 0.21 0.58 0 0.15 278.74 0.63 0.61
Hex AD 5B DA 15 3A 0 F 117 3F 3D
Octal 255 133 332 25 72 0 17 427 77 75
Binary 10101101 1011011 11011010 10101 111010 0 1111 100010111 111111 111101

Color Harmonies of #AD5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5BDA

Black with #AD5BDA

Text Example


Text Example

White with #AD5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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