Html Css Color HEX #AD47FE Medium Orchid

📋 copy color: '#AD47FE'

red 173 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #AD47FE

Tints of Medium Orchid #AD47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.26%

 BLUE value IS 254 (99.61% from 255) = 51%

R = 34.74%
G = 14.26%
B = 51%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD47FE (or 0xAD47FE) is known color: Medium Orchid. HEX triplet: AD, 47 and FE. RGB value is (173,71,254). Sum of RGB (Red+Green+Blue) = 173+71+254=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD47FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD47FE is #52B801. Grayscale: #797979. Windows color (decimal): -5421058 or 16664493. OLE color: 16664493.

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

Color convert

RGB 173 71 254 -
CMYK 0.32 0.72 0 0.00
HSL 273.44º 0.99% 0.64% -
HSV(B) 273.44º 0.72% 1% -
XYZ 37.38 20.55 95.76 -
YUV 122.36 202.29 164.12 -
System Red Green Blue C M Y K H S L
Decimal 173 71 254 0.32 0.72 0 0.00 273.44 0.99 0.64
Hex AD 47 FE 20 48 0 0 111 63 40
Octal 255 107 376 40 110 0 0 421 143 100
Binary 10101101 1000111 11111110 100000 1001000 0 0 100010001 1100011 1000000

Color Harmonies of #AD47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47FE

Black with #AD47FE

Text Example


Text Example

White with #AD47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47FE; }

 p { color: rgb(173,71,254); }

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

background-color css

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

 a { background-color: rgb(173,71,254); }

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

border-color css

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

 span { border-color: rgb(173,71,254); }

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