Html Css Color HEX #AD54F7 Medium Orchid

📋 copy color: '#AD54F7'

red 173 ◦ green 84 ◦ blue 247

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

Shades of Medium Orchid #AD54F7

Tints of Medium Orchid #AD54F7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.67%

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 34.33%
G = 16.67%
B = 49.01%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD54F7 (or 0xAD54F7) is known color: Medium Orchid. HEX triplet: AD, 54 and F7. RGB value is (173,84,247). Sum of RGB (Red+Green+Blue) = 173+84+247=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD54F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54F7 is #52AB08. Grayscale: #808080. Windows color (decimal): -5417737 or 16209069. OLE color: 16209069.

HSL color Cylindrical-coordinate representation of color #AD54F7: hue angle of 272.76º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD54F7 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 84 247 -
CMYK 0.30 0.66 0 0.03
HSL 272.76º 0.91% 0.65% -
HSV(B) 272.76º 0.66% 0.97% -
XYZ 37.19 21.94 90.27 -
YUV 129.19 194.49 159.25 -
System Red Green Blue C M Y K H S L
Decimal 173 84 247 0.30 0.66 0 0.03 272.76 0.91 0.65
Hex AD 54 F7 1E 42 0 3 111 5B 41
Octal 255 124 367 36 102 0 3 421 133 101
Binary 10101101 1010100 11110111 11110 1000010 0 11 100010001 1011011 1000001

Color Harmonies of #AD54F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54F7

Black with #AD54F7

Text Example


Text Example

White with #AD54F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54F7; }

 p { color: rgb(173,84,247); }

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

background-color css

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

 a { background-color: rgb(173,84,247); }

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

border-color css

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

 span { border-color: rgb(173,84,247); }

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