Html Css Color HEX #AD80FD Medium Purple

📋 copy color: '#AD80FD'

red 173 ◦ green 128 ◦ blue 253

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

Shades of Medium Purple #AD80FD

Tints of Medium Purple #AD80FD

RGB

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

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

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

R = 31.23%
G = 23.1%
B = 45.67%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD80FD (or 0xAD80FD) is known color: Medium Purple. HEX triplet: AD, 80 and FD. RGB value is (173,128,253). Sum of RGB (Red+Green+Blue) = 173+128+253=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD80FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80FD is #527F02. Grayscale: #9B9B9B. Windows color (decimal): -5406467 or 16613549. OLE color: 16613549.

HSL color Cylindrical-coordinate representation of color #AD80FD: hue angle of 261.6º degrees, saturation: 0.97, 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 #AD80FD is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 128 253 -
CMYK 0.32 0.49 0 0.01
HSL 261.6º 0.97% 0.75% -
HSV(B) 261.6º 0.49% 0.99% -
XYZ 42.68 31.41 96.74 -
YUV 155.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 173 128 253 0.32 0.49 0 0.01 261.6 0.97 0.75
Hex AD 80 FD 20 31 0 1 106 61 4B
Octal 255 200 375 40 61 0 1 406 141 113
Binary 10101101 10000000 11111101 100000 110001 0 1 100000110 1100001 1001011

Color Harmonies of #AD80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80FD

Black with #AD80FD

Text Example


Text Example

White with #AD80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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