Html Css Color HEX #AD6FFD Medium Purple

📋 copy color: '#AD6FFD'

red 173 ◦ green 111 ◦ blue 253

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

Shades of Medium Purple #AD6FFD

Tints of Medium Purple #AD6FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 32.22%
G = 20.67%
B = 47.11%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD6FFD (or 0xAD6FFD) is known color: Medium Purple. HEX triplet: AD, 6F and FD. RGB value is (173,111,253). Sum of RGB (Red+Green+Blue) = 173+111+253=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FFD is #529002. Grayscale: #919191. Windows color (decimal): -5410819 or 16609197. OLE color: 16609197.

HSL color Cylindrical-coordinate representation of color #AD6FFD: hue angle of 266.2º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6FFD is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 111 253 -
CMYK 0.32 0.56 0 0.01
HSL 266.2º 0.97% 0.71% -
HSV(B) 266.2º 0.56% 0.99% -
XYZ 40.65 27.34 96.06 -
YUV 145.73 188.54 147.45 -
System Red Green Blue C M Y K H S L
Decimal 173 111 253 0.32 0.56 0 0.01 266.2 0.97 0.71
Hex AD 6F FD 20 38 0 1 10A 61 47
Octal 255 157 375 40 70 0 1 412 141 107
Binary 10101101 1101111 11111101 100000 111000 0 1 100001010 1100001 1000111

Color Harmonies of #AD6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FFD

Black with #AD6FFD

Text Example


Text Example

White with #AD6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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