Html Css Color HEX #A17CEA Medium Purple

📋 copy color: '#A17CEA'

red 161 ◦ green 124 ◦ blue 234

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

Shades of Medium Purple #A17CEA

Tints of Medium Purple #A17CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 31.02%
G = 23.89%
B = 45.09%

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

#A17CEA (or 0xA17CEA) is known color: Medium Purple. HEX triplet: A1, 7C and EA. RGB value is (161,124,234). Sum of RGB (Red+Green+Blue) = 161+124+234=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #A17CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CEA is #5E8315. Grayscale: #939393. Windows color (decimal): -6193942 or 15367329. OLE color: 15367329.

HSL color Cylindrical-coordinate representation of color #A17CEA: hue angle of 260.18º degrees, saturation: 0.72, 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 #A17CEA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 124 234 -
CMYK 0.31 0.47 0 0.08
HSL 260.18º 0.72% 0.7% -
HSV(B) 260.18º 0.47% 0.92% -
XYZ 36.76 27.93 81.3 -
YUV 147.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 161 124 234 0.31 0.47 0 0.08 260.18 0.72 0.7
Hex A1 7C EA 1F 2F 0 8 104 48 46
Octal 241 174 352 37 57 0 10 404 110 106
Binary 10100001 1111100 11101010 11111 101111 0 1000 100000100 1001000 1000110

Color Harmonies of #A17CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CEA

Black with #A17CEA

Text Example


Text Example

White with #A17CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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