Html Css Color HEX #AD6BF7 Medium Purple

📋 copy color: '#AD6BF7'

red 173 ◦ green 107 ◦ blue 247

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

Shades of Medium Purple #AD6BF7

Tints of Medium Purple #AD6BF7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.3%

 BLUE value IS 247 (96.88% from 255) = 46.87%

R = 32.83%
G = 20.3%
B = 46.87%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD6BF7 (or 0xAD6BF7) is known color: Medium Purple. HEX triplet: AD, 6B and F7. RGB value is (173,107,247). Sum of RGB (Red+Green+Blue) = 173+107+247=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD6BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BF7 is #529408. Grayscale: #8E8E8E. Windows color (decimal): -5411849 or 16214957. OLE color: 16214957.

HSL color Cylindrical-coordinate representation of color #AD6BF7: hue angle of 268.29º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6BF7 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 107 247 -
CMYK 0.30 0.57 0 0.03
HSL 268.29º 0.9% 0.69% -
HSV(B) 268.29º 0.57% 0.97% -
XYZ 39.28 26.12 90.97 -
YUV 142.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 173 107 247 0.30 0.57 0 0.03 268.29 0.9 0.69
Hex AD 6B F7 1E 39 0 3 10C 5A 45
Octal 255 153 367 36 71 0 3 414 132 105
Binary 10101101 1101011 11110111 11110 111001 0 11 100001100 1011010 1000101

Color Harmonies of #AD6BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BF7

Black with #AD6BF7

Text Example


Text Example

White with #AD6BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BF7; }

 p { color: rgb(173,107,247); }

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

background-color css

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

 a { background-color: rgb(173,107,247); }

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

border-color css

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

 span { border-color: rgb(173,107,247); }

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