Html Css Color HEX #AD57FE Medium Orchid

📋 copy color: '#AD57FE'

red 173 ◦ green 87 ◦ blue 254

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

Shades of Medium Orchid #AD57FE

Tints of Medium Orchid #AD57FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 33.66%
G = 16.93%
B = 49.42%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD57FE (or 0xAD57FE) is known color: Medium Orchid. HEX triplet: AD, 57 and FE. RGB value is (173,87,254). Sum of RGB (Red+Green+Blue) = 173+87+254=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD57FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD57FE is #52A801. Grayscale: #838383. Windows color (decimal): -5416962 or 16668589. OLE color: 16668589.

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

Color convert

RGB 173 87 254 -
CMYK 0.32 0.66 0 0.00
HSL 270.9º 0.99% 0.67% -
HSV(B) 270.9º 0.66% 1% -
XYZ 38.53 22.86 96.15 -
YUV 131.75 196.99 157.42 -
System Red Green Blue C M Y K H S L
Decimal 173 87 254 0.32 0.66 0 0.00 270.9 0.99 0.67
Hex AD 57 FE 20 42 0 0 10F 63 43
Octal 255 127 376 40 102 0 0 417 143 103
Binary 10101101 1010111 11111110 100000 1000010 0 0 100001111 1100011 1000011

Color Harmonies of #AD57FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57FE

Black with #AD57FE

Text Example


Text Example

White with #AD57FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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