Html Css Color HEX #AD80FF Medium Purple

📋 copy color: '#AD80FF'

red 173 ◦ green 128 ◦ blue 255

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

Shades of Medium Purple #AD80FF

Tints of Medium Purple #AD80FF

RGB

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

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

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

R = 31.12%
G = 23.02%
B = 45.86%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD80FF (or 0xAD80FF) is known color: Medium Purple. HEX triplet: AD, 80 and FF. RGB value is (173,128,255). Sum of RGB (Red+Green+Blue) = 173+128+255=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80FF is #527F00. Grayscale: #9B9B9B. Windows color (decimal): -5406465 or 16744621. OLE color: 16744621.

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

Color convert

RGB 173 128 255 -
CMYK 0.32 0.50 0 0
HSL 261.26º 1% 0.75% -
HSV(B) 261.26º 0.5% 1% -
XYZ 43 31.54 98.43 -
YUV 155.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 173 128 255 0.32 0.50 0 0 261.26 1 0.75
Hex AD 80 FF 20 32 0 0 105 64 4B
Octal 255 200 377 40 62 0 0 405 144 113
Binary 10101101 10000000 11111111 100000 110010 0 0 100000101 1100100 1001011

Color Harmonies of #AD80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80FF

Black with #AD80FF

Text Example


Text Example

White with #AD80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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