Html Css Color HEX #AD4EFA Medium Orchid

📋 copy color: '#AD4EFA'

red 173 ◦ green 78 ◦ blue 250

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

Shades of Medium Orchid #AD4EFA

Tints of Medium Orchid #AD4EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 34.53%
G = 15.57%
B = 49.9%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD4EFA (or 0xAD4EFA) is known color: Medium Orchid. HEX triplet: AD, 4E and FA. RGB value is (173,78,250). Sum of RGB (Red+Green+Blue) = 173+78+250=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD4EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4EFA is #52B105. Grayscale: #7D7D7D. Windows color (decimal): -5419270 or 16404141. OLE color: 16404141.

HSL color Cylindrical-coordinate representation of color #AD4EFA: hue angle of 273.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4EFA is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 78 250 -
CMYK 0.31 0.69 0 0.02
HSL 273.14º 0.95% 0.64% -
HSV(B) 273.14º 0.69% 0.98% -
XYZ 37.21 21.24 92.58 -
YUV 126.01 197.97 161.51 -
System Red Green Blue C M Y K H S L
Decimal 173 78 250 0.31 0.69 0 0.02 273.14 0.95 0.64
Hex AD 4E FA 1F 45 0 2 111 5F 40
Octal 255 116 372 37 105 0 2 421 137 100
Binary 10101101 1001110 11111010 11111 1000101 0 10 100010001 1011111 1000000

Color Harmonies of #AD4EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4EFA

Black with #AD4EFA

Text Example


Text Example

White with #AD4EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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