Html Css Color HEX #A17DE7 Medium Purple

📋 copy color: '#A17DE7'

red 161 ◦ green 125 ◦ blue 231

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

Shades of Medium Purple #A17DE7

Tints of Medium Purple #A17DE7

RGB

 RED value IS 161 (63.28% from 255) = 31.14%

 GREEN value IS 125 (49.22% from 255) = 24.18%

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 31.14%
G = 24.18%
B = 44.68%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A17DE7 (or 0xA17DE7) is known color: Medium Purple. HEX triplet: A1, 7D and E7. RGB value is (161,125,231). Sum of RGB (Red+Green+Blue) = 161+125+231=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #A17DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DE7 is #5E8218. Grayscale: #939393. Windows color (decimal): -6193689 or 15170977. OLE color: 15170977.

HSL color Cylindrical-coordinate representation of color #A17DE7: hue angle of 260.38º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17DE7 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 125 231 -
CMYK 0.30 0.46 0 0.09
HSL 260.38º 0.69% 0.7% -
HSV(B) 260.38º 0.46% 0.91% -
XYZ 36.46 28.01 79.09 -
YUV 147.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 161 125 231 0.30 0.46 0 0.09 260.38 0.69 0.7
Hex A1 7D E7 1E 2E 0 9 104 45 46
Octal 241 175 347 36 56 0 11 404 105 106
Binary 10100001 1111101 11100111 11110 101110 0 1001 100000100 1000101 1000110

Color Harmonies of #A17DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DE7

Black with #A17DE7

Text Example


Text Example

White with #A17DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DE7; }

 p { color: rgb(161,125,231); }

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

background-color css

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

 a { background-color: rgb(161,125,231); }

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

border-color css

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

 span { border-color: rgb(161,125,231); }

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