Html Css Color HEX #AD76FF Medium Purple

📋 copy color: '#AD76FF'

red 173 ◦ green 118 ◦ blue 255

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

Shades of Medium Purple #AD76FF

Tints of Medium Purple #AD76FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.61%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 31.68%
G = 21.61%
B = 46.7%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD76FF (or 0xAD76FF) is known color: Medium Purple. HEX triplet: AD, 76 and FF. RGB value is (173,118,255). Sum of RGB (Red+Green+Blue) = 173+118+255=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD76FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD76FF is #528900. Grayscale: #959595. Windows color (decimal): -5409025 or 16742061. OLE color: 16742061.

HSL color Cylindrical-coordinate representation of color #AD76FF: hue angle of 264.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD76FF is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 118 255 -
CMYK 0.32 0.54 0 0
HSL 264.09º 1% 0.73% -
HSV(B) 264.09º 0.54% 1% -
XYZ 41.76 29.06 98.02 -
YUV 150.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 173 118 255 0.32 0.54 0 0 264.09 1 0.73
Hex AD 76 FF 20 36 0 0 108 64 49
Octal 255 166 377 40 66 0 0 410 144 111
Binary 10101101 1110110 11111111 100000 110110 0 0 100001000 1100100 1001001

Color Harmonies of #AD76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76FF

Black with #AD76FF

Text Example


Text Example

White with #AD76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76FF; }

 p { color: rgb(173,118,255); }

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

background-color css

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

 a { background-color: rgb(173,118,255); }

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

border-color css

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

 span { border-color: rgb(173,118,255); }

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