Html Css Color HEX #AD80FA Medium Purple

📋 copy color: '#AD80FA'

red 173 ◦ green 128 ◦ blue 250

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

Shades of Medium Purple #AD80FA

Tints of Medium Purple #AD80FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 31.4%
G = 23.23%
B = 45.37%

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

#AD80FA (or 0xAD80FA) is known color: Medium Purple. HEX triplet: AD, 80 and FA. RGB value is (173,128,250). Sum of RGB (Red+Green+Blue) = 173+128+250=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD80FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80FA is #527F05. Grayscale: #9A9A9A. Windows color (decimal): -5406470 or 16416941. OLE color: 16416941.

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

Color convert

RGB 173 128 250 -
CMYK 0.31 0.49 0 0.02
HSL 262.13º 0.92% 0.74% -
HSV(B) 262.13º 0.49% 0.98% -
XYZ 42.21 31.22 94.24 -
YUV 155.36 181.41 140.58 -
System Red Green Blue C M Y K H S L
Decimal 173 128 250 0.31 0.49 0 0.02 262.13 0.92 0.74
Hex AD 80 FA 1F 31 0 2 106 5C 4A
Octal 255 200 372 37 61 0 2 406 134 112
Binary 10101101 10000000 11111010 11111 110001 0 10 100000110 1011100 1001010

Color Harmonies of #AD80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80FA

Black with #AD80FA

Text Example


Text Example

White with #AD80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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