Html Css Color HEX #A164EC Medium Purple

📋 copy color: '#A164EC'

red 161 ◦ green 100 ◦ blue 236

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

Shades of Medium Purple #A164EC

Tints of Medium Purple #A164EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.12%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 32.39%
G = 20.12%
B = 47.48%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A164EC (or 0xA164EC) is known color: Medium Purple. HEX triplet: A1, 64 and EC. RGB value is (161,100,236). Sum of RGB (Red+Green+Blue) = 161+100+236=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #A164EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164EC is #5E9B13. Grayscale: #858585. Windows color (decimal): -6200084 or 15492257. OLE color: 15492257.

HSL color Cylindrical-coordinate representation of color #A164EC: hue angle of 266.91º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A164EC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 100 236 -
CMYK 0.32 0.58 0 0.07
HSL 266.91º 0.78% 0.66% -
HSV(B) 266.91º 0.58% 0.93% -
XYZ 34.4 22.75 81.93 -
YUV 133.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 161 100 236 0.32 0.58 0 0.07 266.91 0.78 0.66
Hex A1 64 EC 20 3A 0 7 10B 4E 42
Octal 241 144 354 40 72 0 7 413 116 102
Binary 10100001 1100100 11101100 100000 111010 0 111 100001011 1001110 1000010

Color Harmonies of #A164EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164EC

Black with #A164EC

Text Example


Text Example

White with #A164EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164EC; }

 p { color: rgb(161,100,236); }

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

background-color css

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

 a { background-color: rgb(161,100,236); }

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

border-color css

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

 span { border-color: rgb(161,100,236); }

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