Html Css Color HEX #AD76FA Medium Purple

📋 copy color: '#AD76FA'

red 173 ◦ green 118 ◦ blue 250

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

Shades of Medium Purple #AD76FA

Tints of Medium Purple #AD76FA

RGB

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

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

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

R = 31.98%
G = 21.81%
B = 46.21%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD76FA (or 0xAD76FA) is known color: Medium Purple. HEX triplet: AD, 76 and FA. RGB value is (173,118,250). Sum of RGB (Red+Green+Blue) = 173+118+250=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD76FA is #528905. Grayscale: #959595. Windows color (decimal): -5409030 or 16414381. OLE color: 16414381.

HSL color Cylindrical-coordinate representation of color #AD76FA: hue angle of 265º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD76FA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 118 250 -
CMYK 0.31 0.53 0 0.02
HSL 265º 0.93% 0.72% -
HSV(B) 265º 0.53% 0.98% -
XYZ 40.97 28.74 93.83 -
YUV 149.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 173 118 250 0.31 0.53 0 0.02 265 0.93 0.72
Hex AD 76 FA 1F 35 0 2 109 5D 48
Octal 255 166 372 37 65 0 2 411 135 110
Binary 10101101 1110110 11111010 11111 110101 0 10 100001001 1011101 1001000

Color Harmonies of #AD76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76FA

Black with #AD76FA

Text Example


Text Example

White with #AD76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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