Html Css Color HEX #AD54FE Medium Orchid

📋 copy color: '#AD54FE'

red 173 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #AD54FE

Tints of Medium Orchid #AD54FE

RGB

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

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

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

R = 33.86%
G = 16.44%
B = 49.71%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD54FE (or 0xAD54FE) is known color: Medium Orchid. HEX triplet: AD, 54 and FE. RGB value is (173,84,254). Sum of RGB (Red+Green+Blue) = 173+84+254=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD54FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54FE is #52AB01. Grayscale: #818181. Windows color (decimal): -5417730 or 16667821. OLE color: 16667821.

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

Color convert

RGB 173 84 254 -
CMYK 0.32 0.67 0 0.00
HSL 271.41º 0.99% 0.66% -
HSV(B) 271.41º 0.67% 1% -
XYZ 38.29 22.38 96.07 -
YUV 129.99 197.99 158.68 -
System Red Green Blue C M Y K H S L
Decimal 173 84 254 0.32 0.67 0 0.00 271.41 0.99 0.66
Hex AD 54 FE 20 43 0 0 10F 63 42
Octal 255 124 376 40 103 0 0 417 143 102
Binary 10101101 1010100 11111110 100000 1000011 0 0 100001111 1100011 1000010

Color Harmonies of #AD54FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54FE

Black with #AD54FE

Text Example


Text Example

White with #AD54FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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