Html Css Color HEX #AD4DFA Medium Orchid

📋 copy color: '#AD4DFA'

red 173 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #AD4DFA

Tints of Medium Orchid #AD4DFA

RGB

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

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

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

R = 34.6%
G = 15.4%
B = 50%

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

#AD4DFA (or 0xAD4DFA) is known color: Medium Orchid. HEX triplet: AD, 4D and FA. RGB value is (173,77,250). Sum of RGB (Red+Green+Blue) = 173+77+250=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD4DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DFA is #52B205. Grayscale: #7C7C7C. Windows color (decimal): -5419526 or 16403885. OLE color: 16403885.

HSL color Cylindrical-coordinate representation of color #AD4DFA: hue angle of 273.29º 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 #AD4DFA is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 77 250 -
CMYK 0.31 0.69 0 0.02
HSL 273.29º 0.95% 0.64% -
HSV(B) 273.29º 0.69% 0.98% -
XYZ 37.14 21.09 92.56 -
YUV 125.43 198.3 161.93 -
System Red Green Blue C M Y K H S L
Decimal 173 77 250 0.31 0.69 0 0.02 273.29 0.95 0.64
Hex AD 4D FA 1F 45 0 2 111 5F 40
Octal 255 115 372 37 105 0 2 421 137 100
Binary 10101101 1001101 11111010 11111 1000101 0 10 100010001 1011111 1000000

Color Harmonies of #AD4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DFA

Black with #AD4DFA

Text Example


Text Example

White with #AD4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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