Html Css Color HEX #AD7CF1 Medium Purple

📋 copy color: '#AD7CF1'

red 173 ◦ green 124 ◦ blue 241

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

Shades of Medium Purple #AD7CF1

Tints of Medium Purple #AD7CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

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

R = 32.16%
G = 23.05%
B = 44.8%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD7CF1 (or 0xAD7CF1) is known color: Medium Purple. HEX triplet: AD, 7C and F1. RGB value is (173,124,241). Sum of RGB (Red+Green+Blue) = 173+124+241=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD7CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CF1 is #52830E. Grayscale: #979797. Windows color (decimal): -5407503 or 15826093. OLE color: 15826093.

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

Color convert

RGB 173 124 241 -
CMYK 0.28 0.49 0 0.05
HSL 265.13º 0.81% 0.72% -
HSV(B) 265.13º 0.49% 0.95% -
XYZ 40.32 29.65 86.82 -
YUV 151.99 178.23 142.99 -
System Red Green Blue C M Y K H S L
Decimal 173 124 241 0.28 0.49 0 0.05 265.13 0.81 0.72
Hex AD 7C F1 1C 31 0 5 109 51 48
Octal 255 174 361 34 61 0 5 411 121 110
Binary 10101101 1111100 11110001 11100 110001 0 101 100001001 1010001 1001000

Color Harmonies of #AD7CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CF1

Black with #AD7CF1

Text Example


Text Example

White with #AD7CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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