Html Css Color HEX #AD80F9 Medium Purple

📋 copy color: '#AD80F9'

red 173 ◦ green 128 ◦ blue 249

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

Shades of Medium Purple #AD80F9

Tints of Medium Purple #AD80F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.27%

R = 31.45%
G = 23.27%
B = 45.27%

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

#AD80F9 (or 0xAD80F9) is known color: Medium Purple. HEX triplet: AD, 80 and F9. RGB value is (173,128,249). Sum of RGB (Red+Green+Blue) = 173+128+249=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD80F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F9 is #527F06. Grayscale: #9A9A9A. Windows color (decimal): -5406471 or 16351405. OLE color: 16351405.

HSL color Cylindrical-coordinate representation of color #AD80F9: hue angle of 262.31º degrees, saturation: 0.91, 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 #AD80F9 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 128 249 -
CMYK 0.31 0.49 0 0.02
HSL 262.31º 0.91% 0.74% -
HSV(B) 262.31º 0.49% 0.98% -
XYZ 42.05 31.16 93.42 -
YUV 155.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 173 128 249 0.31 0.49 0 0.02 262.31 0.91 0.74
Hex AD 80 F9 1F 31 0 2 106 5B 4A
Octal 255 200 371 37 61 0 2 406 133 112
Binary 10101101 10000000 11111001 11111 110001 0 10 100000110 1011011 1001010

Color Harmonies of #AD80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80F9

Black with #AD80F9

Text Example


Text Example

White with #AD80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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