Html Css Color HEX #AD47E1 Medium Orchid

📋 copy color: '#AD47E1'

red 173 ◦ green 71 ◦ blue 225

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

Shades of Medium Orchid #AD47E1

Tints of Medium Orchid #AD47E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 36.89%
G = 15.14%
B = 47.97%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD47E1 (or 0xAD47E1) is known color: Medium Orchid. HEX triplet: AD, 47 and E1. RGB value is (173,71,225). Sum of RGB (Red+Green+Blue) = 173+71+225=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD47E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47E1 is #52B81E. Grayscale: #767676. Windows color (decimal): -5421087 or 14763949. OLE color: 14763949.

HSL color Cylindrical-coordinate representation of color #AD47E1: hue angle of 279.74º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD47E1 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 71 225 -
CMYK 0.23 0.68 0 0.12
HSL 279.74º 0.72% 0.58% -
HSV(B) 279.74º 0.68% 0.88% -
XYZ 33.08 18.83 73.12 -
YUV 119.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 173 71 225 0.23 0.68 0 0.12 279.74 0.72 0.58
Hex AD 47 E1 17 44 0 C 118 48 3A
Octal 255 107 341 27 104 0 14 430 110 72
Binary 10101101 1000111 11100001 10111 1000100 0 1100 100011000 1001000 111010

Color Harmonies of #AD47E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47E1

Black with #AD47E1

Text Example


Text Example

White with #AD47E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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