Html Css Color HEX #AD80F6 Medium Purple

📋 copy color: '#AD80F6'

red 173 ◦ green 128 ◦ blue 246

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

Shades of Medium Purple #AD80F6

Tints of Medium Purple #AD80F6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.4%

 BLUE value IS 246 (96.48% from 255) = 44.97%

R = 31.63%
G = 23.4%
B = 44.97%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD80F6 (or 0xAD80F6) is known color: Medium Purple. HEX triplet: AD, 80 and F6. RGB value is (173,128,246). Sum of RGB (Red+Green+Blue) = 173+128+246=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD80F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F6 is #527F09. Grayscale: #9A9A9A. Windows color (decimal): -5406474 or 16154797. OLE color: 16154797.

HSL color Cylindrical-coordinate representation of color #AD80F6: hue angle of 262.88º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD80F6 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 128 246 -
CMYK 0.30 0.48 0 0.04
HSL 262.88º 0.87% 0.73% -
HSV(B) 262.88º 0.48% 0.96% -
XYZ 41.59 30.98 90.98 -
YUV 154.91 179.41 140.91 -
System Red Green Blue C M Y K H S L
Decimal 173 128 246 0.30 0.48 0 0.04 262.88 0.87 0.73
Hex AD 80 F6 1E 30 0 4 107 57 49
Octal 255 200 366 36 60 0 4 407 127 111
Binary 10101101 10000000 11110110 11110 110000 0 100 100000111 1010111 1001001

Color Harmonies of #AD80F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80F6

Black with #AD80F6

Text Example


Text Example

White with #AD80F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80F6; }

 p { color: rgb(173,128,246); }

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

background-color css

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

 a { background-color: rgb(173,128,246); }

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

border-color css

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

 span { border-color: rgb(173,128,246); }

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