Html Css Color HEX #AD80ED Medium Purple

📋 copy color: '#AD80ED'

red 173 ◦ green 128 ◦ blue 237

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

Shades of Medium Purple #AD80ED

Tints of Medium Purple #AD80ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 32.16%
G = 23.79%
B = 44.05%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD80ED (or 0xAD80ED) is known color: Medium Purple. HEX triplet: AD, 80 and ED. RGB value is (173,128,237). Sum of RGB (Red+Green+Blue) = 173+128+237=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD80ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80ED is #527F12. Grayscale: #999999. Windows color (decimal): -5406483 or 15564973. OLE color: 15564973.

HSL color Cylindrical-coordinate representation of color #AD80ED: hue angle of 264.77º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD80ED is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 128 237 -
CMYK 0.27 0.46 0 0.07
HSL 264.77º 0.75% 0.72% -
HSV(B) 264.77º 0.46% 0.93% -
XYZ 40.24 30.44 83.87 -
YUV 153.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 173 128 237 0.27 0.46 0 0.07 264.77 0.75 0.72
Hex AD 80 ED 1B 2E 0 7 109 4B 48
Octal 255 200 355 33 56 0 7 411 113 110
Binary 10101101 10000000 11101101 11011 101110 0 111 100001001 1001011 1001000

Color Harmonies of #AD80ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80ED

Black with #AD80ED

Text Example


Text Example

White with #AD80ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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