Html Css Color HEX #AD5BBF Medium Orchid

📋 copy color: '#AD5BBF'

red 173 ◦ green 91 ◦ blue 191

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

Shades of Medium Orchid #AD5BBF

Tints of Medium Orchid #AD5BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.98%

R = 38.02%
G = 20%
B = 41.98%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD5BBF (or 0xAD5BBF) is known color: Medium Orchid. HEX triplet: AD, 5B and BF. RGB value is (173,91,191). Sum of RGB (Red+Green+Blue) = 173+91+191=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD5BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BBF is #52A440. Grayscale: #7E7E7E. Windows color (decimal): -5416001 or 12540845. OLE color: 12540845.

HSL color Cylindrical-coordinate representation of color #AD5BBF: hue angle of 289.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5BBF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 91 191 -
CMYK 0.09 0.52 0 0.25
HSL 289.2º 0.44% 0.55% -
HSV(B) 289.2º 0.52% 0.75% -
XYZ 30.38 20.13 51.57 -
YUV 126.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 173 91 191 0.09 0.52 0 0.25 289.2 0.44 0.55
Hex AD 5B BF 9 34 0 19 121 2C 37
Octal 255 133 277 11 64 0 31 441 54 67
Binary 10101101 1011011 10111111 1001 110100 0 11001 100100001 101100 110111

Color Harmonies of #AD5BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5BBF

Black with #AD5BBF

Text Example


Text Example

White with #AD5BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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