Html Css Color HEX #AD7CF6 Medium Purple

📋 copy color: '#AD7CF6'

red 173 ◦ green 124 ◦ blue 246

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

Shades of Medium Purple #AD7CF6

Tints of Medium Purple #AD7CF6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.84%

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

R = 31.86%
G = 22.84%
B = 45.3%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD7CF6 (or 0xAD7CF6) is known color: Medium Purple. HEX triplet: AD, 7C and F6. RGB value is (173,124,246). Sum of RGB (Red+Green+Blue) = 173+124+246=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD7CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CF6 is #528309. Grayscale: #989898. Windows color (decimal): -5407498 or 16153773. OLE color: 16153773.

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

Color convert

RGB 173 124 246 -
CMYK 0.30 0.50 0 0.04
HSL 264.1º 0.87% 0.73% -
HSV(B) 264.1º 0.5% 0.96% -
XYZ 41.08 29.95 90.81 -
YUV 152.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 173 124 246 0.30 0.50 0 0.04 264.1 0.87 0.73
Hex AD 7C F6 1E 32 0 4 108 57 49
Octal 255 174 366 36 62 0 4 410 127 111
Binary 10101101 1111100 11110110 11110 110010 0 100 100001000 1010111 1001001

Color Harmonies of #AD7CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CF6

Black with #AD7CF6

Text Example


Text Example

White with #AD7CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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