Html Css Color HEX #AD6FFA Medium Purple

📋 copy color: '#AD6FFA'

red 173 ◦ green 111 ◦ blue 250

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

Shades of Medium Purple #AD6FFA

Tints of Medium Purple #AD6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.79%

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 32.4%
G = 20.79%
B = 46.82%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD6FFA (or 0xAD6FFA) is known color: Medium Purple. HEX triplet: AD, 6F and FA. RGB value is (173,111,250). Sum of RGB (Red+Green+Blue) = 173+111+250=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD6FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FFA is #529005. Grayscale: #909090. Windows color (decimal): -5410822 or 16412589. OLE color: 16412589.

HSL color Cylindrical-coordinate representation of color #AD6FFA: hue angle of 266.76º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6FFA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 111 250 -
CMYK 0.31 0.56 0 0.02
HSL 266.76º 0.93% 0.71% -
HSV(B) 266.76º 0.56% 0.98% -
XYZ 40.17 27.16 93.57 -
YUV 145.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 173 111 250 0.31 0.56 0 0.02 266.76 0.93 0.71
Hex AD 6F FA 1F 38 0 2 10B 5D 47
Octal 255 157 372 37 70 0 2 413 135 107
Binary 10101101 1101111 11111010 11111 111000 0 10 100001011 1011101 1000111

Color Harmonies of #AD6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FFA

Black with #AD6FFA

Text Example


Text Example

White with #AD6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FFA; }

 p { color: rgb(173,111,250); }

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

background-color css

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

 a { background-color: rgb(173,111,250); }

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

border-color css

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

 span { border-color: rgb(173,111,250); }

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