Html Css Color HEX #AD57F6 Medium Orchid

📋 copy color: '#AD57F6'

red 173 ◦ green 87 ◦ blue 246

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

Shades of Medium Orchid #AD57F6

Tints of Medium Orchid #AD57F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 34.19%
G = 17.19%
B = 48.62%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD57F6 (or 0xAD57F6) is known color: Medium Orchid. HEX triplet: AD, 57 and F6. RGB value is (173,87,246). Sum of RGB (Red+Green+Blue) = 173+87+246=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD57F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD57F6 is #52A809. Grayscale: #828282. Windows color (decimal): -5416970 or 16144301. OLE color: 16144301.

HSL color Cylindrical-coordinate representation of color #AD57F6: hue angle of 272.45º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD57F6 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 87 246 -
CMYK 0.30 0.65 0 0.04
HSL 272.45º 0.9% 0.65% -
HSV(B) 272.45º 0.65% 0.96% -
XYZ 37.28 22.35 89.54 -
YUV 130.84 192.99 158.07 -
System Red Green Blue C M Y K H S L
Decimal 173 87 246 0.30 0.65 0 0.04 272.45 0.9 0.65
Hex AD 57 F6 1E 41 0 4 110 5A 41
Octal 255 127 366 36 101 0 4 420 132 101
Binary 10101101 1010111 11110110 11110 1000001 0 100 100010000 1011010 1000001

Color Harmonies of #AD57F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57F6

Black with #AD57F6

Text Example


Text Example

White with #AD57F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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