Html Css Color HEX #AD54FC Medium Orchid

📋 copy color: '#AD54FC'

red 173 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #AD54FC

Tints of Medium Orchid #AD54FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 33.99%
G = 16.5%
B = 49.51%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD54FC (or 0xAD54FC) is known color: Medium Orchid. HEX triplet: AD, 54 and FC. RGB value is (173,84,252). Sum of RGB (Red+Green+Blue) = 173+84+252=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD54FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54FC is #52AB03. Grayscale: #818181. Windows color (decimal): -5417732 or 16536749. OLE color: 16536749.

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

Color convert

RGB 173 84 252 -
CMYK 0.31 0.67 0 0.01
HSL 271.79º 0.97% 0.66% -
HSV(B) 271.79º 0.67% 0.99% -
XYZ 37.97 22.25 94.39 -
YUV 129.76 196.99 158.84 -
System Red Green Blue C M Y K H S L
Decimal 173 84 252 0.31 0.67 0 0.01 271.79 0.97 0.66
Hex AD 54 FC 1F 43 0 1 110 61 42
Octal 255 124 374 37 103 0 1 420 141 102
Binary 10101101 1010100 11111100 11111 1000011 0 1 100010000 1100001 1000010

Color Harmonies of #AD54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54FC

Black with #AD54FC

Text Example


Text Example

White with #AD54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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