Html Css Color HEX #AD71EB Medium Purple

📋 copy color: '#AD71EB'

red 173 ◦ green 113 ◦ blue 235

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

Shades of Medium Purple #AD71EB

Tints of Medium Purple #AD71EB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.69%

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 33.21%
G = 21.69%
B = 45.11%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD71EB (or 0xAD71EB) is known color: Medium Purple. HEX triplet: AD, 71 and EB. RGB value is (173,113,235). Sum of RGB (Red+Green+Blue) = 173+113+235=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD71EB is #528E14. Grayscale: #909090. Windows color (decimal): -5410325 or 15430061. OLE color: 15430061.

HSL color Cylindrical-coordinate representation of color #AD71EB: hue angle of 269.51º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD71EB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 113 235 -
CMYK 0.26 0.52 0 0.08
HSL 269.51º 0.75% 0.68% -
HSV(B) 269.51º 0.52% 0.92% -
XYZ 38.13 26.69 81.74 -
YUV 144.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 173 113 235 0.26 0.52 0 0.08 269.51 0.75 0.68
Hex AD 71 EB 1A 34 0 8 10E 4B 44
Octal 255 161 353 32 64 0 10 416 113 104
Binary 10101101 1110001 11101011 11010 110100 0 1000 100001110 1001011 1000100

Color Harmonies of #AD71EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD71EB

Black with #AD71EB

Text Example


Text Example

White with #AD71EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD71EB; }

 p { color: rgb(173,113,235); }

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

background-color css

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

 a { background-color: rgb(173,113,235); }

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

border-color css

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

 span { border-color: rgb(173,113,235); }

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