Html Css Color HEX #AD57FC Medium Orchid

📋 copy color: '#AD57FC'

red 173 ◦ green 87 ◦ blue 252

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

Shades of Medium Orchid #AD57FC

Tints of Medium Orchid #AD57FC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.99%

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

R = 33.79%
G = 16.99%
B = 49.22%

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

#AD57FC (or 0xAD57FC) is known color: Medium Orchid. HEX triplet: AD, 57 and FC. RGB value is (173,87,252). Sum of RGB (Red+Green+Blue) = 173+87+252=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD57FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD57FC is #52A803. Grayscale: #828282. Windows color (decimal): -5416964 or 16537517. OLE color: 16537517.

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

Color convert

RGB 173 87 252 -
CMYK 0.31 0.65 0 0.01
HSL 271.27º 0.96% 0.66% -
HSV(B) 271.27º 0.65% 0.99% -
XYZ 38.21 22.73 94.47 -
YUV 131.52 195.99 157.58 -
System Red Green Blue C M Y K H S L
Decimal 173 87 252 0.31 0.65 0 0.01 271.27 0.96 0.66
Hex AD 57 FC 1F 41 0 1 10F 60 42
Octal 255 127 374 37 101 0 1 417 140 102
Binary 10101101 1010111 11111100 11111 1000001 0 1 100001111 1100000 1000010

Color Harmonies of #AD57FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57FC

Black with #AD57FC

Text Example


Text Example

White with #AD57FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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