Html Css Color HEX #AD6CF1 Medium Purple

📋 copy color: '#AD6CF1'

red 173 ◦ green 108 ◦ blue 241

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

Shades of Medium Purple #AD6CF1

Tints of Medium Purple #AD6CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.69%

 BLUE value IS 241 (94.53% from 255) = 46.17%

R = 33.14%
G = 20.69%
B = 46.17%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD6CF1 (or 0xAD6CF1) is known color: Medium Purple. HEX triplet: AD, 6C and F1. RGB value is (173,108,241). Sum of RGB (Red+Green+Blue) = 173+108+241=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD6CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6CF1 is #52930E. Grayscale: #8E8E8E. Windows color (decimal): -5411599 or 15821997. OLE color: 15821997.

HSL color Cylindrical-coordinate representation of color #AD6CF1: hue angle of 269.32º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD6CF1 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 108 241 -
CMYK 0.28 0.55 0 0.05
HSL 269.32º 0.83% 0.68% -
HSV(B) 269.32º 0.55% 0.95% -
XYZ 38.47 25.96 86.2 -
YUV 142.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 173 108 241 0.28 0.55 0 0.05 269.32 0.83 0.68
Hex AD 6C F1 1C 37 0 5 10D 53 44
Octal 255 154 361 34 67 0 5 415 123 104
Binary 10101101 1101100 11110001 11100 110111 0 101 100001101 1010011 1000100

Color Harmonies of #AD6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CF1

Black with #AD6CF1

Text Example


Text Example

White with #AD6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CF1; }

 p { color: rgb(173,108,241); }

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

background-color css

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

 a { background-color: rgb(173,108,241); }

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

border-color css

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

 span { border-color: rgb(173,108,241); }

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