Html Css Color HEX #AD5AD5 Medium Orchid

📋 copy color: '#AD5AD5'

red 173 ◦ green 90 ◦ blue 213

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

Shades of Medium Orchid #AD5AD5

Tints of Medium Orchid #AD5AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 36.34%
G = 18.91%
B = 44.75%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD5AD5 (or 0xAD5AD5) is known color: Medium Orchid. HEX triplet: AD, 5A and D5. RGB value is (173,90,213). Sum of RGB (Red+Green+Blue) = 173+90+213=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD5AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5AD5 is #52A52A. Grayscale: #808080. Windows color (decimal): -5416235 or 13982381. OLE color: 13982381.

HSL color Cylindrical-coordinate representation of color #AD5AD5: hue angle of 280.49º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5AD5 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 90 213 -
CMYK 0.19 0.58 0 0.16
HSL 280.49º 0.59% 0.59% -
HSV(B) 280.49º 0.58% 0.84% -
XYZ 32.9 21 65.27 -
YUV 128.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 173 90 213 0.19 0.58 0 0.16 280.49 0.59 0.59
Hex AD 5A D5 13 3A 0 10 118 3B 3B
Octal 255 132 325 23 72 0 20 430 73 73
Binary 10101101 1011010 11010101 10011 111010 0 10000 100011000 111011 111011

Color Harmonies of #AD5AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AD5

Black with #AD5AD5

Text Example


Text Example

White with #AD5AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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