Html Css Color HEX #AD59FC Medium Orchid

📋 copy color: '#AD59FC'

red 173 ◦ green 89 ◦ blue 252

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

Shades of Medium Orchid #AD59FC

Tints of Medium Orchid #AD59FC

RGB

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

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

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

R = 33.66%
G = 17.32%
B = 49.03%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD59FC (or 0xAD59FC) is known color: Medium Orchid. HEX triplet: AD, 59 and FC. RGB value is (173,89,252). Sum of RGB (Red+Green+Blue) = 173+89+252=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD59FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59FC is #52A603. Grayscale: #848484. Windows color (decimal): -5416452 or 16538029. OLE color: 16538029.

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

Color convert

RGB 173 89 252 -
CMYK 0.31 0.65 0 0.01
HSL 270.92º 0.96% 0.67% -
HSV(B) 270.92º 0.65% 0.99% -
XYZ 38.38 23.06 94.52 -
YUV 132.7 195.33 156.75 -
System Red Green Blue C M Y K H S L
Decimal 173 89 252 0.31 0.65 0 0.01 270.92 0.96 0.67
Hex AD 59 FC 1F 41 0 1 10F 60 43
Octal 255 131 374 37 101 0 1 417 140 103
Binary 10101101 1011001 11111100 11111 1000001 0 1 100001111 1100000 1000011

Color Harmonies of #AD59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD59FC

Black with #AD59FC

Text Example


Text Example

White with #AD59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD59FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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