Html Css Color HEX #AD5ABF Medium Orchid

📋 copy color: '#AD5ABF'

red 173 ◦ green 90 ◦ blue 191

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

Shades of Medium Orchid #AD5ABF

Tints of Medium Orchid #AD5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.82%

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

R = 38.11%
G = 19.82%
B = 42.07%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD5ABF (or 0xAD5ABF) is known color: Medium Orchid. HEX triplet: AD, 5A and BF. RGB value is (173,90,191). Sum of RGB (Red+Green+Blue) = 173+90+191=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ABF is #52A540. Grayscale: #7E7E7E. Windows color (decimal): -5416257 or 12540589. OLE color: 12540589.

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

Color convert

RGB 173 90 191 -
CMYK 0.09 0.53 0 0.25
HSL 289.31º 0.44% 0.55% -
HSV(B) 289.31º 0.53% 0.75% -
XYZ 30.29 19.96 51.55 -
YUV 126.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 173 90 191 0.09 0.53 0 0.25 289.31 0.44 0.55
Hex AD 5A BF 9 35 0 19 121 2C 37
Octal 255 132 277 11 65 0 31 441 54 67
Binary 10101101 1011010 10111111 1001 110101 0 11001 100100001 101100 110111

Color Harmonies of #AD5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ABF

Black with #AD5ABF

Text Example


Text Example

White with #AD5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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