Html Css Color HEX #AD4DDA Medium Orchid

📋 copy color: '#AD4DDA'

red 173 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #AD4DDA

Tints of Medium Orchid #AD4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.45%

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 36.97%
G = 16.45%
B = 46.58%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD4DDA (or 0xAD4DDA) is known color: Medium Orchid. HEX triplet: AD, 4D and DA. RGB value is (173,77,218). Sum of RGB (Red+Green+Blue) = 173+77+218=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DDA is #52B225. Grayscale: #797979. Windows color (decimal): -5419558 or 14306733. OLE color: 14306733.

HSL color Cylindrical-coordinate representation of color #AD4DDA: hue angle of 280.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4DDA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 77 218 -
CMYK 0.21 0.65 0 0.15
HSL 280.85º 0.66% 0.58% -
HSV(B) 280.85º 0.65% 0.85% -
XYZ 32.54 19.25 68.33 -
YUV 121.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 173 77 218 0.21 0.65 0 0.15 280.85 0.66 0.58
Hex AD 4D DA 15 41 0 F 119 42 3A
Octal 255 115 332 25 101 0 17 431 102 72
Binary 10101101 1001101 11011010 10101 1000001 0 1111 100011001 1000010 111010

Color Harmonies of #AD4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DDA

Black with #AD4DDA

Text Example


Text Example

White with #AD4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DDA; }

 p { color: rgb(173,77,218); }

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

background-color css

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

 a { background-color: rgb(173,77,218); }

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

border-color css

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

 span { border-color: rgb(173,77,218); }

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