Html Css Color HEX #AD7CFC Medium Purple

📋 copy color: '#AD7CFC'

red 173 ◦ green 124 ◦ blue 252

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

Shades of Medium Purple #AD7CFC

Tints of Medium Purple #AD7CFC

RGB

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

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

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

R = 31.51%
G = 22.59%
B = 45.9%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD7CFC (or 0xAD7CFC) is known color: Medium Purple. HEX triplet: AD, 7C and FC. RGB value is (173,124,252). Sum of RGB (Red+Green+Blue) = 173+124+252=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD7CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CFC is #528303. Grayscale: #989898. Windows color (decimal): -5407492 or 16546989. OLE color: 16546989.

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

Color convert

RGB 173 124 252 -
CMYK 0.31 0.51 0 0.01
HSL 262.97º 0.96% 0.74% -
HSV(B) 262.97º 0.51% 0.99% -
XYZ 42.01 30.33 95.74 -
YUV 153.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 173 124 252 0.31 0.51 0 0.01 262.97 0.96 0.74
Hex AD 7C FC 1F 33 0 1 107 60 4A
Octal 255 174 374 37 63 0 1 407 140 112
Binary 10101101 1111100 11111100 11111 110011 0 1 100000111 1100000 1001010

Color Harmonies of #AD7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CFC

Black with #AD7CFC

Text Example


Text Example

White with #AD7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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