Html Css Color HEX #AD4DFF Medium Orchid

📋 copy color: '#AD4DFF'

red 173 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #AD4DFF

Tints of Medium Orchid #AD4DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 34.26%
G = 15.25%
B = 50.5%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD4DFF (or 0xAD4DFF) is known color: Medium Orchid. HEX triplet: AD, 4D and FF. RGB value is (173,77,255). Sum of RGB (Red+Green+Blue) = 173+77+255=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DFF is #52B200. Grayscale: #7D7D7D. Windows color (decimal): -5419521 or 16731565. OLE color: 16731565.

HSL color Cylindrical-coordinate representation of color #AD4DFF: hue angle of 272.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4DFF is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 77 255 -
CMYK 0.32 0.70 0 0
HSL 272.36º 1% 0.65% -
HSV(B) 272.36º 0.7% 1% -
XYZ 37.94 21.41 96.74 -
YUV 126 200.8 161.53 -
System Red Green Blue C M Y K H S L
Decimal 173 77 255 0.32 0.70 0 0 272.36 1 0.65
Hex AD 4D FF 20 46 0 0 110 64 41
Octal 255 115 377 40 106 0 0 420 144 101
Binary 10101101 1001101 11111111 100000 1000110 0 0 100010000 1100100 1000001

Color Harmonies of #AD4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DFF

Black with #AD4DFF

Text Example


Text Example

White with #AD4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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