Html Css Color HEX #AD5ACB Medium Orchid

📋 copy color: '#AD5ACB'

red 173 ◦ green 90 ◦ blue 203

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

Shades of Medium Orchid #AD5ACB

Tints of Medium Orchid #AD5ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 37.12%
G = 19.31%
B = 43.56%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD5ACB (or 0xAD5ACB) is known color: Medium Orchid. HEX triplet: AD, 5A and CB. RGB value is (173,90,203). Sum of RGB (Red+Green+Blue) = 173+90+203=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ACB is #52A534. Grayscale: #7F7F7F. Windows color (decimal): -5416245 or 13327021. OLE color: 13327021.

HSL color Cylindrical-coordinate representation of color #AD5ACB: hue angle of 284.07º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5ACB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 90 203 -
CMYK 0.15 0.56 0 0.20
HSL 284.07º 0.52% 0.57% -
HSV(B) 284.07º 0.56% 0.8% -
XYZ 31.67 20.51 58.79 -
YUV 127.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 173 90 203 0.15 0.56 0 0.20 284.07 0.52 0.57
Hex AD 5A CB F 38 0 14 11C 34 39
Octal 255 132 313 17 70 0 24 434 64 71
Binary 10101101 1011010 11001011 1111 111000 0 10100 100011100 110100 111001

Color Harmonies of #AD5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ACB

Black with #AD5ACB

Text Example


Text Example

White with #AD5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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