Html Css Color HEX #AD48DA Medium Orchid

📋 copy color: '#AD48DA'

red 173 ◦ green 72 ◦ blue 218

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

Shades of Medium Orchid #AD48DA

Tints of Medium Orchid #AD48DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.55%

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

R = 37.37%
G = 15.55%
B = 47.08%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD48DA (or 0xAD48DA) is known color: Medium Orchid. HEX triplet: AD, 48 and DA. RGB value is (173,72,218). Sum of RGB (Red+Green+Blue) = 173+72+218=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD48DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48DA is #52B725. Grayscale: #767676. Windows color (decimal): -5420838 or 14305453. OLE color: 14305453.

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

Color convert

RGB 173 72 218 -
CMYK 0.21 0.67 0 0.15
HSL 281.51º 0.66% 0.57% -
HSV(B) 281.51º 0.67% 0.85% -
XYZ 32.21 18.58 68.22 -
YUV 118.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 173 72 218 0.21 0.67 0 0.15 281.51 0.66 0.57
Hex AD 48 DA 15 43 0 F 11A 42 39
Octal 255 110 332 25 103 0 17 432 102 71
Binary 10101101 1001000 11011010 10101 1000011 0 1111 100011010 1000010 111001

Color Harmonies of #AD48DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48DA

Black with #AD48DA

Text Example


Text Example

White with #AD48DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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