Html Css Color HEX #AD54FA Medium Orchid

📋 copy color: '#AD54FA'

red 173 ◦ green 84 ◦ blue 250

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

Shades of Medium Orchid #AD54FA

Tints of Medium Orchid #AD54FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 34.12%
G = 16.57%
B = 49.31%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD54FA (or 0xAD54FA) is known color: Medium Orchid. HEX triplet: AD, 54 and FA. RGB value is (173,84,250). Sum of RGB (Red+Green+Blue) = 173+84+250=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD54FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54FA is #52AB05. Grayscale: #808080. Windows color (decimal): -5417734 or 16405677. OLE color: 16405677.

HSL color Cylindrical-coordinate representation of color #AD54FA: hue angle of 272.17º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD54FA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 84 250 -
CMYK 0.31 0.66 0 0.02
HSL 272.17º 0.94% 0.65% -
HSV(B) 272.17º 0.66% 0.98% -
XYZ 37.66 22.13 92.73 -
YUV 129.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 173 84 250 0.31 0.66 0 0.02 272.17 0.94 0.65
Hex AD 54 FA 1F 42 0 2 110 5E 41
Octal 255 124 372 37 102 0 2 420 136 101
Binary 10101101 1010100 11111010 11111 1000010 0 10 100010000 1011110 1000001

Color Harmonies of #AD54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54FA

Black with #AD54FA

Text Example


Text Example

White with #AD54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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