Html Css Color HEX #A17CEB Medium Purple

📋 copy color: '#A17CEB'

red 161 ◦ green 124 ◦ blue 235

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

Shades of Medium Purple #A17CEB

Tints of Medium Purple #A17CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 30.96%
G = 23.85%
B = 45.19%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A17CEB (or 0xA17CEB) is known color: Medium Purple. HEX triplet: A1, 7C and EB. RGB value is (161,124,235). Sum of RGB (Red+Green+Blue) = 161+124+235=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #A17CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CEB is #5E8314. Grayscale: #939393. Windows color (decimal): -6193941 or 15432865. OLE color: 15432865.

HSL color Cylindrical-coordinate representation of color #A17CEB: hue angle of 260º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17CEB is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 124 235 -
CMYK 0.31 0.47 0 0.08
HSL 260º 0.74% 0.7% -
HSV(B) 260º 0.47% 0.92% -
XYZ 36.9 27.99 82.06 -
YUV 147.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 161 124 235 0.31 0.47 0 0.08 260 0.74 0.7
Hex A1 7C EB 1F 2F 0 8 104 4A 46
Octal 241 174 353 37 57 0 10 404 112 106
Binary 10100001 1111100 11101011 11111 101111 0 1000 100000100 1001010 1000110

Color Harmonies of #A17CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CEB

Black with #A17CEB

Text Example


Text Example

White with #A17CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CEB; }

 p { color: rgb(161,124,235); }

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

background-color css

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

 a { background-color: rgb(161,124,235); }

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

border-color css

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

 span { border-color: rgb(161,124,235); }

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