Html Css Color HEX #AD7EEF Medium Purple

📋 copy color: '#AD7EEF'

red 173 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #AD7EEF

Tints of Medium Purple #AD7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.42%

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 32.16%
G = 23.42%
B = 44.42%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD7EEF (or 0xAD7EEF) is known color: Medium Purple. HEX triplet: AD, 7E and EF. RGB value is (173,126,239). Sum of RGB (Red+Green+Blue) = 173+126+239=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7EEF is #528110. Grayscale: #989898. Windows color (decimal): -5406993 or 15695533. OLE color: 15695533.

HSL color Cylindrical-coordinate representation of color #AD7EEF: hue angle of 264.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD7EEF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 126 239 -
CMYK 0.28 0.47 0 0.06
HSL 264.96º 0.78% 0.72% -
HSV(B) 264.96º 0.47% 0.94% -
XYZ 40.27 30.04 85.34 -
YUV 152.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 173 126 239 0.28 0.47 0 0.06 264.96 0.78 0.72
Hex AD 7E EF 1C 2F 0 6 109 4E 48
Octal 255 176 357 34 57 0 6 411 116 110
Binary 10101101 1111110 11101111 11100 101111 0 110 100001001 1001110 1001000

Color Harmonies of #AD7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7EEF

Black with #AD7EEF

Text Example


Text Example

White with #AD7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7EEF; }

 p { color: rgb(173,126,239); }

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

background-color css

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

 a { background-color: rgb(173,126,239); }

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

border-color css

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

 span { border-color: rgb(173,126,239); }

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