Html Css Color HEX #AD76EA Medium Purple

📋 copy color: '#AD76EA'

red 173 ◦ green 118 ◦ blue 234

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

Shades of Medium Purple #AD76EA

Tints of Medium Purple #AD76EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 32.95%
G = 22.48%
B = 44.57%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD76EA (or 0xAD76EA) is known color: Medium Purple. HEX triplet: AD, 76 and EA. RGB value is (173,118,234). Sum of RGB (Red+Green+Blue) = 173+118+234=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD76EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD76EA is #528915. Grayscale: #939393. Windows color (decimal): -5409046 or 15365805. OLE color: 15365805.

HSL color Cylindrical-coordinate representation of color #AD76EA: hue angle of 268.45º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD76EA is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 118 234 -
CMYK 0.26 0.50 0 0.08
HSL 268.45º 0.73% 0.69% -
HSV(B) 268.45º 0.5% 0.92% -
XYZ 38.56 27.78 81.17 -
YUV 147.67 176.72 146.07 -
System Red Green Blue C M Y K H S L
Decimal 173 118 234 0.26 0.50 0 0.08 268.45 0.73 0.69
Hex AD 76 EA 1A 32 0 8 10C 49 45
Octal 255 166 352 32 62 0 10 414 111 105
Binary 10101101 1110110 11101010 11010 110010 0 1000 100001100 1001001 1000101

Color Harmonies of #AD76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76EA

Black with #AD76EA

Text Example


Text Example

White with #AD76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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