Html Css Color HEX #AD54FF Medium Orchid

📋 copy color: '#AD54FF'

red 173 ◦ green 84 ◦ blue 255

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

Shades of Medium Orchid #AD54FF

Tints of Medium Orchid #AD54FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 33.79%
G = 16.41%
B = 49.8%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD54FF (or 0xAD54FF) is known color: Medium Orchid. HEX triplet: AD, 54 and FF. RGB value is (173,84,255). Sum of RGB (Red+Green+Blue) = 173+84+255=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54FF is #52AB00. Grayscale: #818181. Windows color (decimal): -5417729 or 16733357. OLE color: 16733357.

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

Color convert

RGB 173 84 255 -
CMYK 0.32 0.67 0 0
HSL 271.23º 1% 0.66% -
HSV(B) 271.23º 0.67% 1% -
XYZ 38.45 22.44 96.91 -
YUV 130.11 198.49 158.6 -
System Red Green Blue C M Y K H S L
Decimal 173 84 255 0.32 0.67 0 0 271.23 1 0.66
Hex AD 54 FF 20 43 0 0 10F 64 42
Octal 255 124 377 40 103 0 0 417 144 102
Binary 10101101 1010100 11111111 100000 1000011 0 0 100001111 1100100 1000010

Color Harmonies of #AD54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54FF

Black with #AD54FF

Text Example


Text Example

White with #AD54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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