Html Css Color HEX #AD4FDA Medium Orchid

📋 copy color: '#AD4FDA'

red 173 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #AD4FDA

Tints of Medium Orchid #AD4FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.81%

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

R = 36.81%
G = 16.81%
B = 46.38%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD4FDA (or 0xAD4FDA) is known color: Medium Orchid. HEX triplet: AD, 4F and DA. RGB value is (173,79,218). Sum of RGB (Red+Green+Blue) = 173+79+218=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD4FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FDA is #52B025. Grayscale: #7A7A7A. Windows color (decimal): -5419046 or 14307245. OLE color: 14307245.

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

Color convert

RGB 173 79 218 -
CMYK 0.21 0.64 0 0.15
HSL 280.58º 0.65% 0.58% -
HSV(B) 280.58º 0.64% 0.85% -
XYZ 32.68 19.54 68.38 -
YUV 122.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 173 79 218 0.21 0.64 0 0.15 280.58 0.65 0.58
Hex AD 4F DA 15 40 0 F 119 41 3A
Octal 255 117 332 25 100 0 17 431 101 72
Binary 10101101 1001111 11011010 10101 1000000 0 1111 100011001 1000001 111010

Color Harmonies of #AD4FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FDA

Black with #AD4FDA

Text Example


Text Example

White with #AD4FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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