Html Css Color HEX #AD7FF1 Medium Purple

📋 copy color: '#AD7FF1'

red 173 ◦ green 127 ◦ blue 241

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

Shades of Medium Purple #AD7FF1

Tints of Medium Purple #AD7FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 23.48%

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

R = 31.98%
G = 23.48%
B = 44.55%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD7FF1 (or 0xAD7FF1) is known color: Medium Purple. HEX triplet: AD, 7F and F1. RGB value is (173,127,241). Sum of RGB (Red+Green+Blue) = 173+127+241=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FF1 is #52800E. Grayscale: #999999. Windows color (decimal): -5406735 or 15826861. OLE color: 15826861.

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

Color convert

RGB 173 127 241 -
CMYK 0.28 0.47 0 0.05
HSL 264.21º 0.8% 0.72% -
HSV(B) 264.21º 0.47% 0.95% -
XYZ 40.7 30.41 86.94 -
YUV 153.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 173 127 241 0.28 0.47 0 0.05 264.21 0.8 0.72
Hex AD 7F F1 1C 2F 0 5 108 50 48
Octal 255 177 361 34 57 0 5 410 120 110
Binary 10101101 1111111 11110001 11100 101111 0 101 100001000 1010000 1001000

Color Harmonies of #AD7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FF1

Black with #AD7FF1

Text Example


Text Example

White with #AD7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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