Html Css Color HEX #AD7AED Medium Purple

📋 copy color: '#AD7AED'

red 173 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #AD7AED

Tints of Medium Purple #AD7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.93%

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

R = 32.52%
G = 22.93%
B = 44.55%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD7AED (or 0xAD7AED) is known color: Medium Purple. HEX triplet: AD, 7A and ED. RGB value is (173,122,237). Sum of RGB (Red+Green+Blue) = 173+122+237=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD7AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AED is #528512. Grayscale: #959595. Windows color (decimal): -5408019 or 15563437. OLE color: 15563437.

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

Color convert

RGB 173 122 237 -
CMYK 0.27 0.49 0 0.07
HSL 266.61º 0.76% 0.7% -
HSV(B) 266.61º 0.49% 0.93% -
XYZ 39.48 28.92 83.62 -
YUV 150.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 173 122 237 0.27 0.49 0 0.07 266.61 0.76 0.7
Hex AD 7A ED 1B 31 0 7 10B 4C 46
Octal 255 172 355 33 61 0 7 413 114 106
Binary 10101101 1111010 11101101 11011 110001 0 111 100001011 1001100 1000110

Color Harmonies of #AD7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AED

Black with #AD7AED

Text Example


Text Example

White with #AD7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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