Html Css Color HEX #AD4EFF Medium Orchid

📋 copy color: '#AD4EFF'

red 173 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #AD4EFF

Tints of Medium Orchid #AD4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.42%

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

R = 34.19%
G = 15.42%
B = 50.4%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD4EFF (or 0xAD4EFF) is known color: Medium Orchid. HEX triplet: AD, 4E and FF. RGB value is (173,78,255). Sum of RGB (Red+Green+Blue) = 173+78+255=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD4EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4EFF is #52B100. Grayscale: #7D7D7D. Windows color (decimal): -5419265 or 16731821. OLE color: 16731821.

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

Color convert

RGB 173 78 255 -
CMYK 0.32 0.69 0 0
HSL 272.2º 1% 0.65% -
HSV(B) 272.2º 0.69% 1% -
XYZ 38.01 21.55 96.76 -
YUV 126.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 173 78 255 0.32 0.69 0 0 272.2 1 0.65
Hex AD 4E FF 20 45 0 0 110 64 41
Octal 255 116 377 40 105 0 0 420 144 101
Binary 10101101 1001110 11111111 100000 1000101 0 0 100010000 1100100 1000001

Color Harmonies of #AD4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4EFF

Black with #AD4EFF

Text Example


Text Example

White with #AD4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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