Html Css Color HEX #A17CEF Medium Purple

📋 copy color: '#A17CEF'

red 161 ◦ green 124 ◦ blue 239

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

Shades of Medium Purple #A17CEF

Tints of Medium Purple #A17CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 30.73%
G = 23.66%
B = 45.61%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A17CEF (or 0xA17CEF) is known color: Medium Purple. HEX triplet: A1, 7C and EF. RGB value is (161,124,239). Sum of RGB (Red+Green+Blue) = 161+124+239=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #A17CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CEF is #5E8310. Grayscale: #939393. Windows color (decimal): -6193937 or 15695009. OLE color: 15695009.

HSL color Cylindrical-coordinate representation of color #A17CEF: hue angle of 259.3º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17CEF is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 124 239 -
CMYK 0.33 0.48 0 0.06
HSL 259.3º 0.78% 0.71% -
HSV(B) 259.3º 0.48% 0.94% -
XYZ 37.49 28.22 85.13 -
YUV 148.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 161 124 239 0.33 0.48 0 0.06 259.3 0.78 0.71
Hex A1 7C EF 21 30 0 6 103 4E 47
Octal 241 174 357 41 60 0 6 403 116 107
Binary 10100001 1111100 11101111 100001 110000 0 110 100000011 1001110 1000111

Color Harmonies of #A17CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CEF

Black with #A17CEF

Text Example


Text Example

White with #A17CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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