Html Css Color HEX #AD5ADD Medium Orchid

📋 copy color: '#AD5ADD'

red 173 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #AD5ADD

Tints of Medium Orchid #AD5ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 35.74%
G = 18.6%
B = 45.66%

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

#AD5ADD (or 0xAD5ADD) is known color: Medium Orchid. HEX triplet: AD, 5A and DD. RGB value is (173,90,221). Sum of RGB (Red+Green+Blue) = 173+90+221=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD5ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ADD is #52A522. Grayscale: #818181. Windows color (decimal): -5416227 or 14506669. OLE color: 14506669.

HSL color Cylindrical-coordinate representation of color #AD5ADD: hue angle of 278.02º degrees, saturation: 0.66, 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 #AD5ADD is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 90 221 -
CMYK 0.22 0.59 0 0.13
HSL 278.02º 0.66% 0.61% -
HSV(B) 278.02º 0.59% 0.87% -
XYZ 33.94 21.42 70.75 -
YUV 129.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 173 90 221 0.22 0.59 0 0.13 278.02 0.66 0.61
Hex AD 5A DD 16 3B 0 D 116 42 3D
Octal 255 132 335 26 73 0 15 426 102 75
Binary 10101101 1011010 11011101 10110 111011 0 1101 100010110 1000010 111101

Color Harmonies of #AD5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ADD

Black with #AD5ADD

Text Example


Text Example

White with #AD5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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