Html Css Color HEX #AD4FFA Medium Orchid

📋 copy color: '#AD4FFA'

red 173 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #AD4FFA

Tints of Medium Orchid #AD4FFA

RGB

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

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

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

R = 34.46%
G = 15.74%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD4FFA (or 0xAD4FFA) is known color: Medium Orchid. HEX triplet: AD, 4F and FA. RGB value is (173,79,250). Sum of RGB (Red+Green+Blue) = 173+79+250=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD4FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FFA is #52B005. Grayscale: #7E7E7E. Windows color (decimal): -5419014 or 16404397. OLE color: 16404397.

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

Color convert

RGB 173 79 250 -
CMYK 0.31 0.68 0 0.02
HSL 272.98º 0.94% 0.65% -
HSV(B) 272.98º 0.68% 0.98% -
XYZ 37.28 21.38 92.6 -
YUV 126.6 197.64 161.1 -
System Red Green Blue C M Y K H S L
Decimal 173 79 250 0.31 0.68 0 0.02 272.98 0.94 0.65
Hex AD 4F FA 1F 44 0 2 111 5E 41
Octal 255 117 372 37 104 0 2 421 136 101
Binary 10101101 1001111 11111010 11111 1000100 0 10 100010001 1011110 1000001

Color Harmonies of #AD4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FFA

Black with #AD4FFA

Text Example


Text Example

White with #AD4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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