Html Css Color HEX #AD7FFD Medium Purple

📋 copy color: '#AD7FFD'

red 173 ◦ green 127 ◦ blue 253

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

Shades of Medium Purple #AD7FFD

Tints of Medium Purple #AD7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

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

R = 31.28%
G = 22.97%
B = 45.75%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD7FFD (or 0xAD7FFD) is known color: Medium Purple. HEX triplet: AD, 7F and FD. RGB value is (173,127,253). Sum of RGB (Red+Green+Blue) = 173+127+253=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FFD is #528002. Grayscale: #9A9A9A. Windows color (decimal): -5406723 or 16613293. OLE color: 16613293.

HSL color Cylindrical-coordinate representation of color #AD7FFD: hue angle of 261.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7FFD is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 127 253 -
CMYK 0.32 0.50 0 0.01
HSL 261.9º 0.97% 0.75% -
HSV(B) 261.9º 0.5% 0.99% -
XYZ 42.55 31.15 96.7 -
YUV 155.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 173 127 253 0.32 0.50 0 0.01 261.9 0.97 0.75
Hex AD 7F FD 20 32 0 1 106 61 4B
Octal 255 177 375 40 62 0 1 406 141 113
Binary 10101101 1111111 11111101 100000 110010 0 1 100000110 1100001 1001011

Color Harmonies of #AD7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FFD

Black with #AD7FFD

Text Example


Text Example

White with #AD7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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