Html Css Color HEX #AD6FED Medium Purple

📋 copy color: '#AD6FED'

red 173 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #AD6FED

Tints of Medium Purple #AD6FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 33.21%
G = 21.31%
B = 45.49%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD6FED (or 0xAD6FED) is known color: Medium Purple. HEX triplet: AD, 6F and ED. RGB value is (173,111,237). Sum of RGB (Red+Green+Blue) = 173+111+237=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD6FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FED is #529012. Grayscale: #8F8F8F. Windows color (decimal): -5410835 or 15560621. OLE color: 15560621.

HSL color Cylindrical-coordinate representation of color #AD6FED: hue angle of 269.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6FED is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 111 237 -
CMYK 0.27 0.53 0 0.07
HSL 269.52º 0.78% 0.68% -
HSV(B) 269.52º 0.53% 0.93% -
XYZ 38.2 26.37 83.2 -
YUV 143.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 173 111 237 0.27 0.53 0 0.07 269.52 0.78 0.68
Hex AD 6F ED 1B 35 0 7 10E 4E 44
Octal 255 157 355 33 65 0 7 416 116 104
Binary 10101101 1101111 11101101 11011 110101 0 111 100001110 1001110 1000100

Color Harmonies of #AD6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FED

Black with #AD6FED

Text Example


Text Example

White with #AD6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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