Html Css Color HEX #AD7CFF Medium Purple

📋 copy color: '#AD7CFF'

red 173 ◦ green 124 ◦ blue 255

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

Shades of Medium Purple #AD7CFF

Tints of Medium Purple #AD7CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.2%

R = 31.34%
G = 22.46%
B = 46.2%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD7CFF (or 0xAD7CFF) is known color: Medium Purple. HEX triplet: AD, 7C and FF. RGB value is (173,124,255). Sum of RGB (Red+Green+Blue) = 173+124+255=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CFF is #528300. Grayscale: #999999. Windows color (decimal): -5407489 or 16743597. OLE color: 16743597.

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

Color convert

RGB 173 124 255 -
CMYK 0.32 0.51 0 0
HSL 262.44º 1% 0.74% -
HSV(B) 262.44º 0.51% 1% -
XYZ 42.49 30.52 98.26 -
YUV 153.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 173 124 255 0.32 0.51 0 0 262.44 1 0.74
Hex AD 7C FF 20 33 0 0 106 64 4A
Octal 255 174 377 40 63 0 0 406 144 112
Binary 10101101 1111100 11111111 100000 110011 0 0 100000110 1100100 1001010

Color Harmonies of #AD7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CFF

Black with #AD7CFF

Text Example


Text Example

White with #AD7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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