Html Css Color HEX #AD7DFE Medium Purple

📋 copy color: '#AD7DFE'

red 173 ◦ green 125 ◦ blue 254

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

Shades of Medium Purple #AD7DFE

Tints of Medium Purple #AD7DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.64%

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

R = 31.34%
G = 22.64%
B = 46.01%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD7DFE (or 0xAD7DFE) is known color: Medium Purple. HEX triplet: AD, 7D and FE. RGB value is (173,125,254). Sum of RGB (Red+Green+Blue) = 173+125+254=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DFE is #528201. Grayscale: #999999. Windows color (decimal): -5407234 or 16678317. OLE color: 16678317.

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

Color convert

RGB 173 125 254 -
CMYK 0.32 0.51 0 0.00
HSL 262.33º 0.98% 0.74% -
HSV(B) 262.33º 0.51% 1% -
XYZ 42.46 30.71 97.46 -
YUV 154.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 173 125 254 0.32 0.51 0 0.00 262.33 0.98 0.74
Hex AD 7D FE 20 33 0 0 106 62 4A
Octal 255 175 376 40 63 0 0 406 142 112
Binary 10101101 1111101 11111110 100000 110011 0 0 100000110 1100010 1001010

Color Harmonies of #AD7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DFE

Black with #AD7DFE

Text Example


Text Example

White with #AD7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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