Html Css Color HEX #AD5ADE Medium Orchid

📋 copy color: '#AD5ADE'

red 173 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #AD5ADE

Tints of Medium Orchid #AD5ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 35.67%
G = 18.56%
B = 45.77%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD5ADE (or 0xAD5ADE) is known color: Medium Orchid. HEX triplet: AD, 5A and DE. RGB value is (173,90,222). Sum of RGB (Red+Green+Blue) = 173+90+222=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD5ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ADE is #52A521. Grayscale: #818181. Windows color (decimal): -5416226 or 14572205. OLE color: 14572205.

HSL color Cylindrical-coordinate representation of color #AD5ADE: hue angle of 277.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5ADE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 90 222 -
CMYK 0.22 0.59 0 0.13
HSL 277.73º 0.67% 0.61% -
HSV(B) 277.73º 0.59% 0.87% -
XYZ 34.07 21.47 71.46 -
YUV 129.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 173 90 222 0.22 0.59 0 0.13 277.73 0.67 0.61
Hex AD 5A DE 16 3B 0 D 116 43 3D
Octal 255 132 336 26 73 0 15 426 103 75
Binary 10101101 1011010 11011110 10110 111011 0 1101 100010110 1000011 111101

Color Harmonies of #AD5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ADE

Black with #AD5ADE

Text Example


Text Example

White with #AD5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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