Html Css Color HEX #AD5CBF Medium Orchid

📋 copy color: '#AD5CBF'

red 173 ◦ green 92 ◦ blue 191

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

Shades of Medium Orchid #AD5CBF

Tints of Medium Orchid #AD5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.18%

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

R = 37.94%
G = 20.18%
B = 41.89%

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

#AD5CBF (or 0xAD5CBF) is known color: Medium Orchid. HEX triplet: AD, 5C and BF. RGB value is (173,92,191). Sum of RGB (Red+Green+Blue) = 173+92+191=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CBF is #52A340. Grayscale: #7F7F7F. Windows color (decimal): -5415745 or 12541101. OLE color: 12541101.

HSL color Cylindrical-coordinate representation of color #AD5CBF: hue angle of 289.09º 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 #AD5CBF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 92 191 -
CMYK 0.09 0.52 0 0.25
HSL 289.09º 0.44% 0.55% -
HSV(B) 289.09º 0.52% 0.75% -
XYZ 30.46 20.3 51.6 -
YUV 127.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 173 92 191 0.09 0.52 0 0.25 289.09 0.44 0.55
Hex AD 5C BF 9 34 0 19 121 2C 37
Octal 255 134 277 11 64 0 31 441 54 67
Binary 10101101 1011100 10111111 1001 110100 0 11001 100100001 101100 110111

Color Harmonies of #AD5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CBF

Black with #AD5CBF

Text Example


Text Example

White with #AD5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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