Html Css Color HEX #AD59FA Medium Orchid

📋 copy color: '#AD59FA'

red 173 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #AD59FA

Tints of Medium Orchid #AD59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.38%

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

R = 33.79%
G = 17.38%
B = 48.83%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD59FA (or 0xAD59FA) is known color: Medium Orchid. HEX triplet: AD, 59 and FA. RGB value is (173,89,250). Sum of RGB (Red+Green+Blue) = 173+89+250=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD59FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59FA is #52A605. Grayscale: #838383. Windows color (decimal): -5416454 or 16406957. OLE color: 16406957.

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

Color convert

RGB 173 89 250 -
CMYK 0.31 0.64 0 0.02
HSL 271.3º 0.94% 0.66% -
HSV(B) 271.3º 0.64% 0.98% -
XYZ 38.06 22.93 92.86 -
YUV 132.47 194.33 156.91 -
System Red Green Blue C M Y K H S L
Decimal 173 89 250 0.31 0.64 0 0.02 271.3 0.94 0.66
Hex AD 59 FA 1F 40 0 2 10F 5E 42
Octal 255 131 372 37 100 0 2 417 136 102
Binary 10101101 1011001 11111010 11111 1000000 0 10 100001111 1011110 1000010

Color Harmonies of #AD59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD59FA

Black with #AD59FA

Text Example


Text Example

White with #AD59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD59FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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