Html Css Color HEX #AD80FB Medium Purple

📋 copy color: '#AD80FB'

red 173 ◦ green 128 ◦ blue 251

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

Shades of Medium Purple #AD80FB

Tints of Medium Purple #AD80FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 31.34%
G = 23.19%
B = 45.47%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD80FB (or 0xAD80FB) is known color: Medium Purple. HEX triplet: AD, 80 and FB. RGB value is (173,128,251). Sum of RGB (Red+Green+Blue) = 173+128+251=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD80FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80FB is #527F04. Grayscale: #9B9B9B. Windows color (decimal): -5406469 or 16482477. OLE color: 16482477.

HSL color Cylindrical-coordinate representation of color #AD80FB: hue angle of 261.95º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD80FB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 128 251 -
CMYK 0.31 0.49 0 0.02
HSL 261.95º 0.94% 0.74% -
HSV(B) 261.95º 0.49% 0.98% -
XYZ 42.37 31.29 95.07 -
YUV 155.48 181.91 140.5 -
System Red Green Blue C M Y K H S L
Decimal 173 128 251 0.31 0.49 0 0.02 261.95 0.94 0.74
Hex AD 80 FB 1F 31 0 2 106 5E 4A
Octal 255 200 373 37 61 0 2 406 136 112
Binary 10101101 10000000 11111011 11111 110001 0 10 100000110 1011110 1001010

Color Harmonies of #AD80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80FB

Black with #AD80FB

Text Example


Text Example

White with #AD80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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