Html Css Color HEX #AD7DFD Medium Purple

📋 copy color: '#AD7DFD'

red 173 ◦ green 125 ◦ blue 253

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

Shades of Medium Purple #AD7DFD

Tints of Medium Purple #AD7DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 31.4%
G = 22.69%
B = 45.92%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD7DFD (or 0xAD7DFD) is known color: Medium Purple. HEX triplet: AD, 7D and FD. RGB value is (173,125,253). Sum of RGB (Red+Green+Blue) = 173+125+253=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD7DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DFD is #528202. Grayscale: #999999. Windows color (decimal): -5407235 or 16612781. OLE color: 16612781.

HSL color Cylindrical-coordinate representation of color #AD7DFD: hue angle of 262.5º degrees, saturation: 0.97, 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 #AD7DFD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 125 253 -
CMYK 0.32 0.51 0 0.01
HSL 262.5º 0.97% 0.74% -
HSV(B) 262.5º 0.51% 0.99% -
XYZ 42.3 30.64 96.61 -
YUV 153.94 183.9 141.59 -
System Red Green Blue C M Y K H S L
Decimal 173 125 253 0.32 0.51 0 0.01 262.5 0.97 0.74
Hex AD 7D FD 20 33 0 1 106 61 4A
Octal 255 175 375 40 63 0 1 406 141 112
Binary 10101101 1111101 11111101 100000 110011 0 1 100000110 1100001 1001010

Color Harmonies of #AD7DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DFD

Black with #AD7DFD

Text Example


Text Example

White with #AD7DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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