Html Css Color HEX #AD80FC Medium Purple

📋 copy color: '#AD80FC'

red 173 ◦ green 128 ◦ blue 252

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

Shades of Medium Purple #AD80FC

Tints of Medium Purple #AD80FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 31.28%
G = 23.15%
B = 45.57%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD80FC (or 0xAD80FC) is known color: Medium Purple. HEX triplet: AD, 80 and FC. RGB value is (173,128,252). Sum of RGB (Red+Green+Blue) = 173+128+252=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD80FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80FC is #527F03. Grayscale: #9B9B9B. Windows color (decimal): -5406468 or 16548013. OLE color: 16548013.

HSL color Cylindrical-coordinate representation of color #AD80FC: hue angle of 261.77º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD80FC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 128 252 -
CMYK 0.31 0.49 0 0.01
HSL 261.77º 0.95% 0.75% -
HSV(B) 261.77º 0.49% 0.99% -
XYZ 42.52 31.35 95.91 -
YUV 155.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 173 128 252 0.31 0.49 0 0.01 261.77 0.95 0.75
Hex AD 80 FC 1F 31 0 1 106 5F 4B
Octal 255 200 374 37 61 0 1 406 137 113
Binary 10101101 10000000 11111100 11111 110001 0 1 100000110 1011111 1001011

Color Harmonies of #AD80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80FC

Black with #AD80FC

Text Example


Text Example

White with #AD80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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