Html Css Color HEX #AD80F1 Medium Purple

📋 copy color: '#AD80F1'

red 173 ◦ green 128 ◦ blue 241

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

Shades of Medium Purple #AD80F1

Tints of Medium Purple #AD80F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 31.92%
G = 23.62%
B = 44.46%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD80F1 (or 0xAD80F1) is known color: Medium Purple. HEX triplet: AD, 80 and F1. RGB value is (173,128,241). Sum of RGB (Red+Green+Blue) = 173+128+241=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD80F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80F1 is #527F0E. Grayscale: #999999. Windows color (decimal): -5406479 or 15827117. OLE color: 15827117.

HSL color Cylindrical-coordinate representation of color #AD80F1: hue angle of 263.89º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD80F1 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 128 241 -
CMYK 0.28 0.47 0 0.05
HSL 263.89º 0.8% 0.72% -
HSV(B) 263.89º 0.47% 0.95% -
XYZ 40.83 30.67 86.99 -
YUV 154.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 173 128 241 0.28 0.47 0 0.05 263.89 0.8 0.72
Hex AD 80 F1 1C 2F 0 5 108 50 48
Octal 255 200 361 34 57 0 5 410 120 110
Binary 10101101 10000000 11110001 11100 101111 0 101 100001000 1010000 1001000

Color Harmonies of #AD80F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80F1

Black with #AD80F1

Text Example


Text Example

White with #AD80F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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