Html Css Color HEX #AD6AFC Medium Purple

📋 copy color: '#AD6AFC'

red 173 ◦ green 106 ◦ blue 252

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

Shades of Medium Purple #AD6AFC

Tints of Medium Purple #AD6AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.96%

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 32.58%
G = 19.96%
B = 47.46%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD6AFC (or 0xAD6AFC) is known color: Medium Purple. HEX triplet: AD, 6A and FC. RGB value is (173,106,252). Sum of RGB (Red+Green+Blue) = 173+106+252=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD6AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6AFC is #529503. Grayscale: #8E8E8E. Windows color (decimal): -5412100 or 16542381. OLE color: 16542381.

HSL color Cylindrical-coordinate representation of color #AD6AFC: hue angle of 267.53º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6AFC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 106 252 -
CMYK 0.31 0.58 0 0.01
HSL 267.53º 0.96% 0.7% -
HSV(B) 267.53º 0.58% 0.99% -
XYZ 39.96 26.22 95.05 -
YUV 142.68 189.7 149.63 -
System Red Green Blue C M Y K H S L
Decimal 173 106 252 0.31 0.58 0 0.01 267.53 0.96 0.7
Hex AD 6A FC 1F 3A 0 1 10C 60 46
Octal 255 152 374 37 72 0 1 414 140 106
Binary 10101101 1101010 11111100 11111 111010 0 1 100001100 1100000 1000110

Color Harmonies of #AD6AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AFC

Black with #AD6AFC

Text Example


Text Example

White with #AD6AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AFC; }

 p { color: rgb(173,106,252); }

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

background-color css

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

 a { background-color: rgb(173,106,252); }

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

border-color css

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

 span { border-color: rgb(173,106,252); }

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